Fix spelling in doc/mruby3.2.md

This commit is contained in:
John Bampton
2022-04-15 07:06:23 +10:00
parent eba74c038e
commit aa4049e5e6
+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