Contents

hasLearnedWord(_:)

Indicates whether the spell checker has learned a given word.

Declaration

func hasLearnedWord(_ word: String) -> Bool

Parameters

  • word:

    Word in question.

Return Value

true when the spell checker has learned word, false otherwise.

See Also

Managing the Spell-Checking Process