module Text.Yahoo.SpellingSuggestion (spellingSuggest) where

import Text.Yahoo.InternalRS (fromYahooRS)

import Text.Yahoo.Types

-- | Perform a Spelling Suggestion query
spellingSuggest :: RSQuery -> IO (Either Error RSResultSet)
spellingSuggest = fromYahooRS False