Fixed typo

This commit is contained in:
Kyler Olsen 2024-02-28 12:57:08 -07:00
parent 1c96178846
commit f87f51ab22
1 changed files with 1 additions and 1 deletions

View File

@ -401,7 +401,7 @@ There are four default data types represented by the following keywords:
#### Statement
A `statement` is made up of a `statement` followed by a semicolon (`;`), a
A `statement` is made up of an `expression` followed by a semicolon (`;`), a
`let statement`, a `loop statement`, or a `nestable code block`.
##### Nestable Code Block