From bb4d5abb68e5f7e9d485f80833ed5f2852eab249 Mon Sep 17 00:00:00 2001 From: Pierre Chapuis Date: Thu, 16 Jan 2025 13:25:27 +0100 Subject: [PATCH] docs: fix typo in tutorial (#913) --- docs/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`