]> granicus.if.org Git - re2c/commitdiff
Fix typo 223/head
authorNerd <metab0t@users.noreply.github.com>
Wed, 17 Oct 2018 08:23:22 +0000 (16:23 +0800)
committerGitHub <noreply@github.com>
Wed, 17 Oct 2018 08:23:22 +0000 (16:23 +0800)
re2c/doc/manual/syntax/regular_expressions.rst_

index c455f4127856cccdff9ef23c58e9020b224787c1..36cac0544e556bba57e0f57e540df19cc09276e4 100644 (file)
@@ -29,7 +29,7 @@ re2c uses the following syntax for regular expressions:
 
 *    ``R | S`` alternative: ``R or S``
 
-*    ``R / S`` loohakead: ``R`` followed by ``S``, but ``S`` is not consumed
+*    ``R / S`` lookahead: ``R`` followed by ``S``, but ``S`` is not consumed
 
 *    ``name`` the regular expression defined as ``name`` (or literal string ``"name"`` in Flex compatibility mode)