Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
Co-authored-by: zerbina <[email protected]>
  • Loading branch information
saem and zerbina authored Oct 26, 2023
1 parent f4c302e commit c6397b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ block builtin_assert:
## If the expression is evaluated as true then the assertion is successful
doAssert true

block tuatologies:
block tautologies:
## `true == true` is evaluated as true, the assertion is successful
doAssert true == true

Expand Down
2 changes: 1 addition & 1 deletion tests/lang/s01_basics/s99_control_flow/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Language elements that can affect control flow of code execution.
All these should not be tested here but later:
- `try` and `defer`, advanced/syntatic sugar based constructs
- `proc` are used but not defined under `basics`
- `case` tightly relate to `enum`s and shouldn't be handled here
- `case` tightly relates to `enum`s and shouldn't be handled here
- `when` is an advanced concept for conditional compilation

# Old Description
Expand Down

0 comments on commit c6397b7

Please sign in to comment.