mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
fix order of sub heading links
This commit is contained in:
parent
acd446f6bd
commit
7211cc1885
1 changed files with 1 additions and 1 deletions
|
@ -67,8 +67,8 @@ tocLinks =
|
|||
{ tag: "#building-an-application", value: "Building an Application" },
|
||||
{ tag: "#defining-functions", value: "Defining Functions" },
|
||||
{ tag: "#if-then-else", value: "if-then-else" },
|
||||
{ tag: "#records", value: "Records" },
|
||||
{ tag: "#debugging", value: "Debugging" },
|
||||
{ tag: "#records", value: "Records" },
|
||||
{ tag: "#tags", value: "Tags & Pattern Matching" },
|
||||
{ tag: "#booleans", value: "Booleans" },
|
||||
{ tag: "#lists", value: "Lists" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue