fix order of sub heading links

This commit is contained in:
Luke Boswell 2023-02-08 17:24:11 +11:00
parent acd446f6bd
commit 7211cc1885
No known key found for this signature in database
GPG Key ID: F6DB3C9DB47377B0

View File

@ -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" },