Fix comment that confuses haddock.
This commit is contained in:
parent
5c71e5afbf
commit
b85921259d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue