summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--thread.c2
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index a0c1f07c9e..dba41508ff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sun Nov 10 08:37:20 2013 Zachary Scott <e@zzak.io>
+
+ * thread.c: [DOC] Remove duplicate reference
+
Sun Nov 10 08:09:29 2013 Zachary Scott <e@zzak.io>
* lib/drb/drb.rb: [DOC] promote better windows-safe filename regular
diff --git a/thread.c b/thread.c
index 38a47c8798..a8938c0acc 100644
--- a/thread.c
+++ b/thread.c
@@ -2893,8 +2893,6 @@ rb_thread_aset(VALUE self, VALUE id, VALUE val)
* The value "bar" is returned for the thread local, where nil is returned
* for the fiber local. The fiber is executed in the same thread, so the
* thread local values are available.
- *
- * See also Thread#[]
*/
static VALUE