aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-04-05 02:29:11 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-04-05 02:29:11 -0400
commitc9198cb4807931096f6fcc310e567c27923ecccf (patch)
treea30d1f35a7893be3289ae21e54dcdf17f3f412db /examples
parent4299f6e24305d61e6c63b6312af1db887bfa864c (diff)
More fixes
Diffstat (limited to 'examples')
-rw-r--r--examples/learnxiny.tm2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/learnxiny.tm b/examples/learnxiny.tm
index b585a2ab..7373f057 100644
--- a/examples/learnxiny.tm
+++ b/examples/learnxiny.tm
@@ -111,7 +111,7 @@ func main():
# The value returned is optional because none will be returned if the key
# is not in the table:
>> table["xxx"]
- = none : Int
+ = none
# Optional values can be converted to regular values using `!` (which will
# create a runtime error if the value is null):