guides/symbol.md: 'punctuation' is uncountable; close #6488

Issue #6488 is addressed by fixing spelling.
This commit is contained in:
Yukihiro "Matz" Matsumoto
2025-03-28 08:20:44 +09:00
parent 7538ee8f5d
commit 2ce0606f14
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ header.
For `MRB_OPSYM()`, specify the names corresponding to operators (see
`MRuby::Presym::OPERATORS` in `lib/mruby/presym.rb` for the names that
can be specified for it). Other than that, describe only word characters
excluding leading and ending punctuations.
excluding leading and ending punctuation.
These macros are converted to static symbol IDs at compile time, unless
preallocate symbols are disabled by `conf.disable_presym`. In that case,
+1 -1
View File
@@ -30,7 +30,7 @@
* For `MRB_OPSYM`, specify the names corresponding to operators (see
* `MRuby::Presym::OPERATORS` in `lib/mruby/presym.rb` for the names that
* can be specified for it). Other than that, describe only word characters
* excluding leading and ending punctuations.
* excluding leading and ending punctuation.
*
* These macros are expanded to `mrb_intern_lit` if presym is disabled,
* therefore the mruby state variable is required. The above macros can be