diff options
author | Burdette Lamar <[email protected]> | 2024-02-14 09:47:42 -0600 |
---|---|---|
committer | <[email protected]> | 2024-02-14 10:47:42 -0500 |
commit | 65f54355406a25f352241406967d038fc72d4737 () | |
tree | 36662f5337ba27cbfd6bb75e364cf3f81eaaf842 /symbol.c | |
parent | f1136e73e853b60f8cfe463aba50a6771a7eac11 (diff) |
[DOC] Doc compliance (#9955)
-rw-r--r-- | symbol.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -843,7 +843,7 @@ rb_gc_free_dsymbol(VALUE sym) * str.intern -> symbol * str.to_sym -> symbol * - * Returns the Symbol corresponding to <i>str</i>, creating the * symbol if it did not previously exist. See Symbol#id2name. * * "Koala".intern #=> :Koala |