From 4af6fe87c42ef728e20460ea4158f54a5d58eab6 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Mon, 31 Mar 2025 21:42:01 +0900 Subject: [PATCH] doc/mruby3.4.md: remove wrong spelling from the pull-request description --- doc/mruby3.4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/mruby3.4.md b/doc/mruby3.4.md index ed623bc9b..ab1b7f14b 100644 --- a/doc/mruby3.4.md +++ b/doc/mruby3.4.md @@ -131,7 +131,7 @@ - [#6243](https://github.com/mruby/mruby/pull/6243) Fixed base64 decoding in `mruby-pack` - [#6244](https://github.com/mruby/mruby/pull/6244) Revise scope of role of `mrb_vm_run()` - [#6246](https://github.com/mruby/mruby/pull/6246) Fix typo in `test/t/hash.rb` -- [#6249](https://github.com/mruby/mruby/pull/6249) Fix grammar in `src/vm.c`; `catched` -> `caught` +- [#6249](https://github.com/mruby/mruby/pull/6249) Fix spelling in `src/vm.c` - [#6250](https://github.com/mruby/mruby/pull/6250) Fix spelling - [#6251](https://github.com/mruby/mruby/pull/6251) Clean up root move `CODEOWNERS` to `.github` directory - [#6253](https://github.com/mruby/mruby/pull/6253) Allow recycling fibers by GC if not referenced directly