//MetaPhrase/com.github.diegoberaldin.metaphrase.domain.spellcheck.data
Package-level declarations
Types
| Name | Summary |
|---|---|
| SpellCheckCorrection | [jvm] data class SpellCheckCorrection(val indices: IntRange = IntRange.EMPTY, val value: String = "", val suggestions: List<String> = emptyList()) Spelling check correction. |