diff --git a/ChangeLog b/ChangeLog index 2c3907d424..7d1d70ded2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Wed Feb 27 13:21:00 2013 Zachary Scott + + * vm.c (Thread): Typo in overview, swap setting and getting + Wed Feb 27 13:02:00 2013 Zachary Scott * vm.c (Thread): Documentation overview of Thread class 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. *