Skip to content

Commit 98fef87

Browse files
committed
Fix discription of mruby-rational and mruby-complex.
1 parent 0e6b32b commit 98fef87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/2019-11-10-mruby-2.1.0-released.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ The [mruby 2.1.0](https://github.com/mruby/mruby/releases/tag/2.1.0) has been en
3737
### New Libraries
3838

3939
- Add `mrbgems/mruby-rational`:
40-
[dyama/mruby-rational](https://github.com/dyama/mruby-rational) has been included into the core library, and rational numbers like `1/3` can be handled.
40+
`Rational` class has been included into the core library, and rational numbers like `1/3` can be handled.
4141
- Add `mrbgems/mruby-complex`:
42-
[pbosetti/mruby-complex](https://github.com/pbosetti/mruby-complex) has been included into the core library to handle complex numbers.
42+
`Complex` class has been included into the core library to handle complex numbers.
4343

4444
### New C APIs
4545

0 commit comments

Comments
 (0)