Fix typo in mruby3.2 documentation

This commit is contained in:
Yukihiro "Matz" Matsumoto
2025-07-25 16:10:03 +09:00
parent a5ac9f3671
commit 8e8ba281b2
+1 -1
View File
@@ -17,7 +17,7 @@
## `mruby`
- `-b` only specifies the script is the binary. The files loaded by `-r` are not affected by the option.
- `mruby` now loads complied binary if the suffix is `.mrb`.
- `mruby` now loads compiled binary if the suffix is `.mrb`.
## `mrbc`