CorrectWord

data class CorrectWord(val word: String) : WordCheckResult(source)

Result for a correctly spelled word.

Constructors

Link copied to clipboard
constructor(word: String)

Properties

Link copied to clipboard
open override val word: String

The word that was checked.