summaryrefslogtreecommitdiffhomepage
path: root/mrblib
diff options
context:
space:
mode:
Diffstat (limited to 'mrblib')
-rw-r--r--mrblib/enum.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/mrblib/enum.rb b/mrblib/enum.rb
index 15687e159..23b275ae2 100644
--- a/mrblib/enum.rb
+++ b/mrblib/enum.rb
@@ -10,7 +10,7 @@
# implement a meaningful `<=>` operator, as these methods
# rely on an ordering between members of the collection.
#
-# @ISO 15.3.2
+# ISO 15.3.2
module Enumerable
NONE = Object.new