Skip to content

Commit

Permalink
Update make.jl
Browse files Browse the repository at this point in the history
Add missing comma in tutorials list
  • Loading branch information
pwochner authored Jul 9, 2024
1 parent aa76f0d commit d132fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ makedocs(
"Tutorials" => [
"A more verbose getting started with Herb.jl" => "tutorials/getting_started_with_herb.md",
"Defining Grammars in Herb.jl" => "tutorials/defining_grammars.md",
"Advanced Search Procedures" => "tutorials/advanced_search.md"
"Advanced Search Procedures" => "tutorials/advanced_search.md",
"Top Down Iterator" => "tutorials/TopDown.md",
"Getting started with Constraints" => "tutorials/getting_started_with_constraints.md",
"Working with custom interpreters" => "tutorials/working_with_interpreters.md"
Expand Down

0 comments on commit d132fc2

Please sign in to comment.