Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
OlafConijn committed Apr 7, 2022
1 parent f1413ba commit 7f4b628
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ The following Typescript langauge features are supported:
* [input validation](./examples/input-validation.md)
* [enclosed variables](./examples/closures.md)
* [if statements](./examples/if.md)
* for ... of statements
* do while statements
* [for ... of statements](./examples/for-of.md)
* [do while statements](./examples/do-while.md)
* [switch statements](./examples/switch.md)
* [try/catch/finally statements](./examples/try-catch.md)
* [boolean evaluation logic](./examples/boolean-evalation.md)
Expand Down

0 comments on commit 7f4b628

Please sign in to comment.