aboutsummaryrefslogtreecommitdiffstats
path: root/vm.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm.c')
-rw-r--r--vm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm.c b/vm.c
index edb969d3a4..b81f6c0cdd 100644
--- a/vm.c
+++ b/vm.c
@@ -2329,7 +2329,7 @@ Init_VM(void)
* }.resume
* }.join
*
- * This example uses #[] for setting and #[]= for getting fiber-locals,
+ * This example uses #[] for getting and #[]= for setting fiber-locals,
* you can also use #keys to list the fiber-locals for a given
* thread and #key? to check if a fiber-local exists.
*