Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mruby
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
mruby
Commits
5f37d8bd
Commit
5f37d8bd
authored
Sep 17, 2016
by
Benoit Daloze
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a couple typos in limitations.md
parent
6498970d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
doc/limitations.md
doc/limitations.md
+4
-4
No files found.
doc/limitations.md
View file @
5f37d8bd
...
@@ -17,9 +17,9 @@ Please help to improve it by submitting your findings.
...
@@ -17,9 +17,9 @@ Please help to improve it by submitting your findings.
## ```1/2``` gives ```0.5```
## ```1/2``` gives ```0.5```
Since mruby does not have
```Bignum```
, bigger integers are represented
Since mruby does not have
```Bignum```
, bigger integers are represented
by
```Float```
numbers. To enhance interoperability between
```F
loat
```
by
```Float```
numbers. To enhance interoperability between
```F
ixnum
```
and
```Float```
, mruby provides
``Float#upto``` and other iterating
and
```Float```
, mruby provides
``
`
Float#upto```
and other iterating
methods for
```Float
``
class. As a side effect,
```1/2```
gives
```0.5```
methods for
the
```Float`
``
class. As a side effect,
```1/2```
gives
```0.5```
not
```0```
.
not
```0```
.
## ```Array``` passed to ```puts```
## ```Array``` passed to ```puts```
...
@@ -144,7 +144,7 @@ true
...
@@ -144,7 +144,7 @@ true
## defined?
## defined?
The ```defined?``` keyword is considered to complex to be fully
The ```defined?``` keyword is considered to
o
complex to be fully
implemented. It is recommended to use ```const_defined?``` and
implemented. It is recommended to use ```const_defined?``` and
other reflection methods instead.
other reflection methods instead.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment