summaryrefslogtreecommitdiff
path: root/spec/ruby/language/README
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/language/README')
-rw-r--r--spec/ruby/language/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/language/README b/spec/ruby/language/README
index 74eaf58709..ae08e17fb1 100644
--- a/spec/ruby/language/README
+++ b/spec/ruby/language/README
@@ -4,7 +4,7 @@ words. These words significantly describe major elements of the language,
including flow control constructs like 'for' and 'while', conditional
execution like 'if' and 'unless', exceptional execution control like 'rescue',
etc. There are also literals for the basic "types" like String, Regexp, Array
-and Fixnum.
+and Integer.
Behavioral specifications describe the behavior of concrete entities. Rather
than using concepts of computation to organize these spec files, we use