# HG changeset patch # User Franz Glasner # Date 1778666089 -7200 # Node ID 403b500e0ed418de23ad9d8716387f33a8467cb6 # Parent af8eca1e900615c66cc585dd15573d6312ae49ea FIX: Syntax diff -r af8eca1e9006 -r 403b500e0ed4 docs/lexer-algpseudocode.rst --- 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