diff docs/lexer-algpseudocode.rst @ 194:403b500e0ed4

FIX: Syntax
author Franz Glasner <fzglas.hg@dom66.de>
date Wed, 13 May 2026 11:54:49 +0200
parents af8eca1e9006
children b6a959c31bed
line wrap: on
line diff
--- a/docs/lexer-algpseudocode.rst	Wed May 13 11:38:32 2026 +0200
+++ b/docs/lexer-algpseudocode.rst	Wed May 13 11:54:49 2026 +0200
@@ -594,7 +594,7 @@
 
 The fourth example is Wikipedia's pseudocode of the *Edmonds–Karp Algorithm*
 (see https://en.wikipedia.org/wiki/Edmonds%E2%80%93Karp_algorithm)
-with a custom lexer that skip all ``ENDxxx`` keywords.
+with a custom lexer which skips all ``ENDxxx`` keywords.
 
 .. only:: builder_html