Skip to content

Commit

Permalink
docs/tutorial.md: fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Darren Jennings <[email protected]>
  • Loading branch information
hishamhm and darrenjennings authored Aug 5, 2024
1 parent 09d0473 commit 89cc8dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<T> is {TreeNode<T>}
item: T
end
Expand Down

0 comments on commit 89cc8dc

Please sign in to comment.