]> git.lyx.org Git - features.git/commitdiff
Comment: add matching parenthesis
authorScott Kostyshak <skostysh@lyx.org>
Tue, 5 Feb 2019 18:42:08 +0000 (13:42 -0500)
committerScott Kostyshak <skostysh@lyx.org>
Tue, 5 Feb 2019 18:42:08 +0000 (13:42 -0500)
src/Text2.cpp

index 2b3cb48623fe38848afd12447cbcc46be0c4bc6d..6ce41a6d52fcf41b523b9c9668a8a2fb7e48d4e0 100644 (file)
@@ -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)
 {