Fix misworded comment
parent
c6ad57e330
commit
63de13b0b4
|
@ -647,10 +647,10 @@ layoutBriDoc briDoc = do
|
||||||
|
|
||||||
let state = LayoutState
|
let state = LayoutState
|
||||||
{ _lstate_baseYs = [0]
|
{ _lstate_baseYs = [0]
|
||||||
, _lstate_curYOrAddNewline = Right 0 -- important that we use left here
|
, _lstate_curYOrAddNewline = Right 0 -- important that we dont use left
|
||||||
-- because moveToAnn stuff of the
|
-- here because moveToAnn stuff
|
||||||
-- first node needs to do its
|
-- of the first node needs to do
|
||||||
-- thing properly.
|
-- its thing properly.
|
||||||
, _lstate_indLevels = [0]
|
, _lstate_indLevels = [0]
|
||||||
, _lstate_indLevelLinger = 0
|
, _lstate_indLevelLinger = 0
|
||||||
, _lstate_comments = anns
|
, _lstate_comments = anns
|
||||||
|
|
Loading…
Reference in New Issue