Browse Source

Temp thread module namespace now std.thread

Mark Sibly 7 years ago
parent
commit
f0914c1e9a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/thread/thread.monkey2

+ 1 - 1
modules/thread/thread.monkey2

@@ -1,5 +1,5 @@
 
-'Namespace std.thread
+Namespace std.thread
 
 #If __THREADS__