We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f52cf9 commit 5afb9ceCopy full SHA for 5afb9ce
1 file changed
codeview/src/main/java/io/github/kbiakov/codeview/views/LineDiffView.kt
@@ -57,8 +57,8 @@ class LineDiffView : RelativeLayout {
57
}
58
59
/**
60
- * Model to provide code difference (additions & deletions).
+ * Model for code difference (additions & deletions).
61
*
62
- * @author Kirill Biako
+ * @author Kirill Biakov
63
*/
64
data class DiffModel(val content: String, val isAddition: Boolean = true)
0 commit comments