Skip to content

Commit

Permalink
typo: fix typo in NotetypeJson
Browse files Browse the repository at this point in the history
  • Loading branch information
criticalAY authored and david-allison committed May 26, 2024
1 parent a43900a commit 5ebb74c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AnkiDroid/src/main/java/com/ichi2/libanki/NotetypeJson.kt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class NotetypeJson : JSONObject {
}

/**
* Creates a model object form json string
* Creates a model object from json string
*/
constructor(@Language("json") json: String) : super(json)

Expand Down

0 comments on commit 5ebb74c

Please sign in to comment.