From ad01d7c9b1b1257bdbd1b1a81f9964854d9bc5ff Mon Sep 17 00:00:00 2001 From: Nerd Date: Wed, 17 Oct 2018 16:23:22 +0800 Subject: [PATCH] Fix typo --- re2c/doc/manual/syntax/regular_expressions.rst_ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/re2c/doc/manual/syntax/regular_expressions.rst_ b/re2c/doc/manual/syntax/regular_expressions.rst_ index c455f412..36cac054 100644 --- a/re2c/doc/manual/syntax/regular_expressions.rst_ +++ b/re2c/doc/manual/syntax/regular_expressions.rst_ @@ -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) -- 2.40.0