Skip to content

Commit fabc65b

Browse files
authored
Fix typo
1 parent aca4ee3 commit fabc65b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/2021-03-05-mruby-3.0.0-released.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,10 @@ To run the mruby binaries on mruby 3.0, recompile with the mruby 3.0 `mrbc`.
102102

103103
`Integer` has been changed to a specification similar to CRuby.
104104

105-
- Integrate `Finxnum` and `Integer`.
105+
- Integrate `Fixnum` and `Integer`.
106106
- Remove `Integral`.
107107
- `int / int -> int`
108-
- Add APIs for `Integer`. APIs for`Fixnum` (`mrb_fixnum_xxx()`) is also left for compatibility.
108+
- Add APIs for `Integer`. APIs for `Fixnum` (`mrb_fixnum_xxx()`) is also left for compatibility.
109109
- `mrb_fixnum()` -> `mrb_integer()`
110110
- `mrb_fixnum_value()` -> `mrb_int_value()`
111111
- `mrb_fixnum_p()` -> `mrb_integer_p()`

0 commit comments

Comments
 (0)