diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-01-26 21:21:26 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-01-26 21:21:26 +0900 |
| commit | efa0314731e477e834f2c74d4e79b6d9228c4d16 (patch) | |
| tree | 9296bf5d8cf0f5f3838340656f058782d33f1bbe /doc | |
| parent | d4101d0a081f5974dcdde05e7171064eedbda830 (diff) | |
| download | mruby-efa0314731e477e834f2c74d4e79b6d9228c4d16.tar.gz mruby-efa0314731e477e834f2c74d4e79b6d9228c4d16.zip | |
Adjust spaces after list markers.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/guides/symbol.md | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/guides/symbol.md b/doc/guides/symbol.md index 3613cf1ad..6943b2e26 100644 --- a/doc/guides/symbol.md +++ b/doc/guides/symbol.md @@ -57,13 +57,13 @@ To save RAM, `mruby` can use compile-time allocation of some symbols. You can use following macros to get preallocated symbols by including `mruby/presym.h` header. - * `MRB_SYM(xor)` //=> xor (Word characters) - * `MRB_SYM_B(xor)` //=> xor! (Method with Bang) - * `MRB_SYM_Q(xor)` //=> xor? (Method with Question mark) - * `MRB_SYM_E(xor)` //=> xor= (Method with Equal) - * `MRB_CVSYM(xor)` //=> @@xor (Class Variable) - * `MRB_IVSYM(xor)` //=> @xor (Instance Variable) - * `MRB_OPSYM(xor)` //=> ^ (Operator) + * `MRB_SYM(xor)` //=> xor (Word characters) + * `MRB_SYM_B(xor)` //=> xor! (Method with Bang) + * `MRB_SYM_Q(xor)` //=> xor? (Method with Question mark) + * `MRB_SYM_E(xor)` //=> xor= (Method with Equal) + * `MRB_CVSYM(xor)` //=> @@xor (Class Variable) + * `MRB_IVSYM(xor)` //=> @xor (Instance Variable) + * `MRB_OPSYM(xor)` //=> ^ (Operator) For `MRB_OPSYM()`, specify the names corresponding to operators (see `MRuby::Presym::OPERATORS` in `lib/mruby/presym.rb` for the names that |
