From 7211cc1885b25daef46091b3eacef4bee683209c Mon Sep 17 00:00:00 2001 From: Luke Boswell Date: Wed, 8 Feb 2023 17:24:11 +1100 Subject: [PATCH] fix order of sub heading links --- www/generate_tutorial/src/tutorial.roc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/generate_tutorial/src/tutorial.roc b/www/generate_tutorial/src/tutorial.roc index ec44b484fb..80281a093f 100644 --- a/www/generate_tutorial/src/tutorial.roc +++ b/www/generate_tutorial/src/tutorial.roc @@ -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" },