Skip to content

Commit

Permalink
Fix link (#5208)
Browse files Browse the repository at this point in the history
  • Loading branch information
BurdetteLamar committed Dec 3, 2021
1 parent 0815390 commit 7fc9d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion string.c
Expand Up @@ -11891,7 +11891,7 @@ rb_enc_interned_str_cstr(const char *ptr, rb_encoding *enc)
* Note that <tt>\\\\</tt> is interpreted as an escape, i.e., a single backslash.
*
* Note also that a string literal consumes backslashes.
* See rdoc-ref:syntax/literals.rdoc for details about string literals.
* See {String Literals}[doc/syntax/literals_rdoc.html#label-String+Literals] for details about string literals.
*
* A back-reference is typically preceded by an additional backslash.
* For example, if you want to write a back-reference <tt>\&</tt> in
Expand Down

0 comments on commit 7fc9d83

Please sign in to comment.