summaryrefslogtreecommitdiff
path: root/symbol.c
diff options
context:
space:
mode:
authorBurdette Lamar <[email protected]>2024-02-14 09:47:42 -0600
committer<[email protected]>2024-02-14 10:47:42 -0500
commit65f54355406a25f352241406967d038fc72d4737 ()
tree36662f5337ba27cbfd6bb75e364cf3f81eaaf842 /symbol.c
parentf1136e73e853b60f8cfe463aba50a6771a7eac11 (diff)
[DOC] Doc compliance (#9955)
-rw-r--r--symbol.c2
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