Skip to content

Commit

Permalink
docs: fix typo in tutorial (#913)
Browse files Browse the repository at this point in the history
  • Loading branch information
catwell authored Jan 16, 2025
1 parent bab9a31 commit bb4d5ab
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 @@ -1027,7 +1027,7 @@ local record AnotherRecord is Named
where self.name == "AnotherRecord"
end
local valid: MyRecord | MyOtherRecord
local valid: MyRecord | AnotherRecord
```

A `where` clause is any Teal expression that uses the identifier `self`
Expand Down

0 comments on commit bb4d5ab

Please sign in to comment.