diff --git a/docs/tutorial.md b/docs/tutorial.md index bc5969bf..5cf2a758 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -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`