isWordCorrect

abstract fun isWordCorrect(word: String): Boolean(source)

Checks if a single word is spelled correctly.

Return

true if spelled correctly, false otherwise

Parameters

word

The word to check