Skip to content

Commit

Permalink
forgot a comma in make
Browse files Browse the repository at this point in the history
  • Loading branch information
Issa Hanou committed Jan 18, 2024
1 parent b4934e3 commit 7ab782e
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 @@ -23,7 +23,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"
"Defining Grammars in Herb.jl" => "tutorials/defining_grammars.md",
"Advanced Search Procedures" => "tutorials/advanced_search.md"
],
"Sub-Modules" => [
Expand Down

0 comments on commit 7ab782e

Please sign in to comment.