From 090303568c879bd81134e6e5436e9df79da5210f Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Wed, 11 May 2022 07:08:39 +0900 Subject: [PATCH] mruby3.2.md: use dash instead of asterisk for itemize. --- doc/mruby3.2.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/mruby3.2.md b/doc/mruby3.2.md index 85c3dea30..9be40d089 100644 --- a/doc/mruby3.2.md +++ b/doc/mruby3.2.md @@ -2,28 +2,28 @@ # The language -* Now `a::B = c` should evaluate `a` then `c`. -* Anonymous arguments `*`, `**`, `&` can be passed for forwarding. -* Multi-precision integer is available now via `mruby-bigint` gem. +- Now `a::B = c` should evaluate `a` then `c`. +- Anonymous arguments `*`, `**`, `&` can be passed for forwarding. +- Multi-precision integer is available now via `mruby-bigint` gem. # Tools ## `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`. +- `-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`. ## `mrbc` -* Add `--no-optimize` option to disable optimization. +- Add `--no-optimize` option to disable optimization. # mrbgems ## mruby-errno -* `mruby-errno` gem is now bundled. +- `mruby-errno` gem is now bundled. ## mruby-class-ext -* Add `Class#subclasses` method. -* Add `Module#undefined_instance_methods` method. +- Add `Class#subclasses` method. +- Add `Module#undefined_instance_methods` method.