changeset 174:d45dfbbec209

FIX: Wording
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 11 May 2026 15:49:03 +0200
parents 551c3421bccb
children 3a1c15fa43e7
files docs/lexer-frpseudocode.rst
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/docs/lexer-frpseudocode.rst	Mon May 11 15:08:19 2026 +0200
+++ b/docs/lexer-frpseudocode.rst	Mon May 11 15:49:03 2026 +0200
@@ -22,8 +22,9 @@
 
 It mostly just recognizes some (french) keywords and highlights them.
 
-Comments are supported (``//`` and ``/* ... */`` (single-line only))-
-"Directives" in "special" comments are to be enclosed in curly braces ``{ ... }``.
+Comments are supported (``//`` and ``/* ... */`` (single-line only)).
+"Directives" in "special" comments are to be enclosed in curly braces
+``{ ... }``.
 
 It also implements some symbol replacements/conversions like
 ``<=`` to ``≤``, ``>=`` to ``≥`` or ``<>`` to ``≠``.