From 89cc8dc47de56354ec3b6e0130b7f1310950778f Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Mon, 5 Aug 2024 17:44:33 -0300 Subject: [PATCH] docs/tutorial.md: fix typo Co-authored-by: Darren Jennings --- docs/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial.md b/docs/tutorial.md index f9058b4c2..b09f9340c 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -179,7 +179,7 @@ local record File close: function(File): boolean, string end --- a record can doubles as a record and an array, by declaring an array interface +-- a record can double as a record and an array, by declaring an array interface local record TreeNode is {TreeNode} item: T end