From 5bb63da3036a814141f6f17fba29cc52ae0aeecc Mon Sep 17 00:00:00 2001 From: Scott Kostyshak Date: Tue, 5 Feb 2019 13:42:08 -0500 Subject: [PATCH] Comment: add matching parenthesis --- src/Text2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Text2.cpp b/src/Text2.cpp index 2b3cb48623..6ce41a6d52 100644 --- a/src/Text2.cpp +++ b/src/Text2.cpp @@ -783,7 +783,7 @@ namespace { /** delete num_spaces characters between from and to. Return the * number of spaces that got physically deleted (not marked as - * deleted */ + * deleted) */ int deleteSpaces(Paragraph & par, pos_type const from, pos_type to, int num_spaces, bool const trackChanges) { -- 2.39.5