From 8e8ba281b28d1666953e3e9516c2ef22ed2cc86b Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Fri, 25 Jul 2025 16:10:03 +0900 Subject: [PATCH] Fix typo in mruby3.2 documentation --- doc/mruby3.2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/mruby3.2.md b/doc/mruby3.2.md index 587a0e6d2..ec616bea5 100644 --- a/doc/mruby3.2.md +++ b/doc/mruby3.2.md @@ -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`