From eda33f50973fe9ec9e2128ce3f0418bf629e9476f9bd4e6319aa1db3ce408e3a Mon Sep 17 00:00:00 2001 From: ADAM David Alan Martin Date: Sat, 9 Aug 2025 05:53:40 -0400 Subject: [PATCH] Fix a comment that screws up paren balancing checks. --- dw/oofawarewidget.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dw/oofawarewidget.cc b/dw/oofawarewidget.cc index 5ed5b64..33d548b 100644 --- a/dw/oofawarewidget.cc +++ b/dw/oofawarewidget.cc @@ -158,7 +158,7 @@ bool OOFAwareWidget::isOOFContainer (Widget *widget, int oofmIndex) // relatively positioned elements; since the latters // constitute a stacking context, drawing of floats gets // somewhat more complicated; see "interrupting the drawing - // process" in "dw-stacking-context.doc". + // process" in "dw-stacking-context.doc".) testWidgetOutOfFlow (widget))); case OOFM_RELATIVE: