Skip to content

Commit 63e9ebb

Browse files
committed
Editorial: Reword the description
1 parent 21cdd91 commit 63e9ebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec.emu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ contributors: Jordan Harband
2121
<ins>
2222
<emu-clause id="sec-regexp.escape" number="2">
2323
<h1>RegExp.escape ( _S_ )</h1>
24-
<p>This method takes a string and returns a similar string in which each character that is potentially special in a regular expression |Pattern| has been replaced by an escape sequence representing that character.</p>
24+
<p>This function returns a copy of _S_ in which characters that are potentially special in a regular expression |Pattern| have been replaced by equivalent escape sequences.</p>
2525
<p>It performs the following steps when called:</p>
2626

2727
<emu-alg>

0 commit comments

Comments
 (0)