File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ Please help to improve it by submitting your findings.
17
17
## ``` 1/2 ``` gives ``` 0.5 ```
18
18
19
19
Since mruby does not have ``` Bignum ``` , bigger integers are represented
20
- by ``` Float ``` numbers. To enhance interoperability between ``` Float ```
21
- and ``` Float ``` , mruby provides ``Float#upto``` and other iterating
22
- methods for ``` Float`` class. As a side effect, ``` 1/2``` gives ``` 0.5```
20
+ by ``` Float ``` numbers. To enhance interoperability between ``` Fixnum ```
21
+ and ``` Float ``` , mruby provides ``` Float#upto ``` and other iterating
22
+ methods for the ``` Float ` `` class. As a side effect, ``` 1/2 ``` gives ``` 0.5 ```
23
23
not ``` 0 ``` .
24
24
25
25
## ``` Array ``` passed to ``` puts ```
144
144
145
145
## defined?
146
146
147
- The ``` defined? ``` keyword is considered to complex to be fully
147
+ The ``` defined? ``` keyword is considered too complex to be fully
148
148
implemented. It is recommended to use ``` const_defined? ``` and
149
149
other reflection methods instead.
150
150
You can’t perform that action at this time.
0 commit comments