We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6844259 commit d29126aCopy full SHA for d29126a
base/strings/io.jl
@@ -540,7 +540,7 @@ macro raw_str(s); s; end
540
541
Escape a string in the manner used for parsing raw string literals.
542
For each double-quote (`"`) character in input string `s`, this
543
-function counts the number _n_ of preceeding backslash (`\\`) characters,
+function counts the number _n_ of preceding backslash (`\\`) characters,
544
and then increases there the number of backslashes from _n_ to 2_n_+1
545
(even for _n_ = 0). It also doubles a sequence of backslashes at the end
546
of the string.
0 commit comments