mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
guides/symbol.md: 'punctuation' is uncountable; close #6488
Issue #6488 is addressed by fixing spelling.
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user