Skip to content

Commit d29126a

Browse files
author
Ikko Ashimine
authored
doc: fix typo in io.jl (#40433)
1 parent 6844259 commit d29126a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/strings/io.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ macro raw_str(s); s; end
540540
541541
Escape a string in the manner used for parsing raw string literals.
542542
For each double-quote (`"`) character in input string `s`, this
543-
function counts the number _n_ of preceeding backslash (`\\`) characters,
543+
function counts the number _n_ of preceding backslash (`\\`) characters,
544544
and then increases there the number of backslashes from _n_ to 2_n_+1
545545
(even for _n_ = 0). It also doubles a sequence of backslashes at the end
546546
of the string.

0 commit comments

Comments
 (0)