diff options
Diffstat (limited to 'spec/ruby/language/README')
| -rw-r--r-- | spec/ruby/language/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/ruby/language/README b/spec/ruby/language/README index b9d969ba1e..ae08e17fb1 100644 --- a/spec/ruby/language/README +++ b/spec/ruby/language/README @@ -4,9 +4,9 @@ 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. -Behavorial specifications describe the behavior of concrete entities. Rather +Behavioral specifications describe the behavior of concrete entities. Rather than using concepts of computation to organize these spec files, we use entities of the Ruby language. Consider looking at any syntactic element of a Ruby program. With (almost) no ambiguity, one can identify it as a literal, |
