Skip to content

Commit

Permalink
Rename links: tutorial to config
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-viking committed Dec 13, 2022
1 parent 9449964 commit 4299a7c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/content/reference/dsl/option.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Values::

{{% godbolt-example try "Recover from missing version numbers" %}}

NOTE: See {{< github-example tutorial >}} for a more complete version number parser.
NOTE: See {{< github-example config >}} for a more complete version number parser.

{{% godbolt-example lookahead "Create an empty optional if we're not having the key" %}}

Expand Down
2 changes: 1 addition & 1 deletion docs/content/reference/dsl/recover.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ If `recovery_rule` raises an error, this corresponds to a `catch` block whose ex

{{% godbolt-example try "Recover from missing version numbers" %}}

NOTE: See {{< github-example tutorial >}} for a more complete version number parser.
NOTE: See {{< github-example config >}} for a more complete version number parser.

[#find]
== Rule `lexy::dsl::find`
Expand Down
2 changes: 1 addition & 1 deletion docs/content/reference/dsl/whitespace.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ link:#whitespace-auto[Automatic whitespace] skipping is done by adding a `static
This is a rule that defines default whitespace for the entire grammar, as the `ws` argument did in the manual example.
lexy then skips zero or more occurrences of whitespace after every token rule in the grammar, unless it has been manually disabled (see below).
This method is recommend where whitespace is not important and is just there to format the input nicely.
See {{< github-example tutorial >}} or {{< github-example json >}} for examples of automatic whitespace skipping.
See {{< github-example config >}} or {{< github-example json >}} for examples of automatic whitespace skipping.

NOTE: "Whitespace" does not mean literal whitespace characters. It can also include comments (or whatever else you want).

Expand Down

0 comments on commit 4299a7c

Please sign in to comment.