mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix link (#5208)
This commit is contained in:
parent
081539023a
commit
7fc9d83bd1
Notes:
git
2021-12-04 01:46:56 +09:00
Merged-By: BurdetteLamar <BurdetteLamar@Yahoo.com>
1 changed files with 1 additions and 1 deletions
2
string.c
2
string.c
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue