Browse Source

Fix commentary

master
Maxim Likhachev 5 years ago committed by Maxim Likhachev
parent
commit
29e2b3478a
  1. 2
      src/Search.hs

2
src/Search.hs

@ -57,7 +57,7 @@ pattern T str <- (toString -> str)
data FindStrictness = Strict -- ^ Exact match data FindStrictness = Strict -- ^ Exact match
| Fuzzy -- ^ Fuzzy search | Fuzzy -- ^ Fuzzy search
-- | Структура 'Score' -- | 'Score' structure
data Score = Score { matches :: !Int -- ^ Count of matches data Score = Score { matches :: !Int -- ^ Count of matches
, diffs :: !Int -- ^ Count of differences (errors) or 'fullScore' , diffs :: !Int -- ^ Count of differences (errors) or 'fullScore'
} }

Loading…
Cancel
Save