diff --git a/doc/Language/regexes.rakudoc b/doc/Language/regexes.rakudoc index fee8cd685..62d990a0f 100644 --- a/doc/Language/regexes.rakudoc +++ b/doc/Language/regexes.rakudoc @@ -967,10 +967,10 @@ first matching alternative wins. For example, C files have the following form: - =begin code :lang - [section] - key = value - =end code +=begin code :lang +[section] +key = value +=end code Hence, if you parse a single line of an C file, it can be either a section or a key-value pair and the regex would be (to a first