Fix comment that confuses haddock.

This commit is contained in:
John MacFarlane 2017-11-12 16:51:49 -08:00
parent 5c71e5afbf
commit b85921259d

View file

@ -2417,7 +2417,7 @@ parseAligns = try $ do
spaces
suff <- option [] alignSuffix
return (al, width, (pref, suff))
let starAlign = do -- *{2}{r} == rr, we just expand like a macro
let starAlign = do -- '*{2}{r}' == 'rr', we just expand like a macro
symbol '*'
spaces
ds <- trim . toksToString <$> braced