Unverified Commit b5172749 authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto Committed by GitHub

Merge pull request #5440 from jbampton/fix-whitespace-in-src-symbol-c

Fix whitespace in `src/symbol.c`
parents 0c8cd600 356e1740
...@@ -389,7 +389,7 @@ mrb_init_symtbl(mrb_state *mrb) ...@@ -389,7 +389,7 @@ mrb_init_symtbl(mrb_state *mrb)
/* 15.2.11.3.3 */ /* 15.2.11.3.3 */
/* /*
* call-seq: * call-seq:
* sym.to_s -> string * sym.to_s -> string
* *
* Returns the name or string corresponding to <i>sym</i>. * Returns the name or string corresponding to <i>sym</i>.
* *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment