Skip to content

Commit 652cabd

Browse files
committed
Minor grammar change: Improve ReviewRemindersDatabase docstrings
GSoC 2025: Review Reminders - Fixed some wording in a single docstring in ReviewRemindersDatabase on David's suggestion
1 parent b292f92 commit 652cabd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AnkiDroid/src/main/java/com/ichi2/anki/reviewreminders/ReviewRemindersDatabase.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class ReviewRemindersDatabase {
7171

7272
/**
7373
* Get the [ReviewReminder]s for a specific key.
74-
* @throws SerializationException If the value associated to this key is not a string encoding valid JSON.
74+
* @throws SerializationException If the value associated with this key is not valid JSON string.
7575
* @throws IllegalArgumentException If the decoded reminders map is not a HashMap<[ReviewReminderId], [ReviewReminder]>.
7676
*/
7777
private fun getRemindersForKey(key: String): HashMap<ReviewReminderId, ReviewReminder> {

0 commit comments

Comments
 (0)