From 8535efafde625d048828d4f2f1f1900b2089c684 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Tue, 23 Jun 2020 23:32:05 +0200 Subject: [PATCH] Fix comment --- src/insets/InsetSpace.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/insets/InsetSpace.h b/src/insets/InsetSpace.h index 0b6ea5135c..f8105da2f8 100644 --- a/src/insets/InsetSpace.h +++ b/src/insets/InsetSpace.h @@ -42,9 +42,9 @@ struct InsetSpaceParams { QUAD, /// \qquad (2em) QQUAD, - /// \enskip (0.5em unbreakable) + /// \enspace (0.5em unbreakable) ENSPACE, - /// \enspace (0.5em breakable) + /// \enskip (0.5em breakable) ENSKIP, /// Negative thin space ('\negthinspace') NEGTHIN, -- 2.39.2