Merge pull request #5688 from jbampton/fix-spelling

Fix spelling in `doc/mruby3.2.md`
This commit is contained in:
Yukihiro "Matz" Matsumoto
2022-04-15 07:44:50 +09:00
committed by GitHub
+1 -1
View File
@@ -4,7 +4,7 @@
* Now `a::B = c` should evaluate `a` then `c`.
* Anonymous arguments `*`, `**`, `&` can be passed for forwarding.
* Multi-precition integer is available now via `mruby-bigint` gem.
* Multi-precision integer is available now via `mruby-bigint` gem.
# Tools