aboutsummaryrefslogtreecommitdiff
path: root/examples/threads/threads.tm
diff options
context:
space:
mode:
Diffstat (limited to 'examples/threads/threads.tm')
-rw-r--r--examples/threads/threads.tm2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/threads/threads.tm b/examples/threads/threads.tm
index 8be568cd..16beb9bc 100644
--- a/examples/threads/threads.tm
+++ b/examples/threads/threads.tm
@@ -85,7 +85,7 @@ func main():
t := PThread.new(func():
say("In another thread!")
- item := @NONE:Int
+ item := @none:Int
while item[] != 30:
g:guarded(func():
while queue.length == 0: