Skip to content
This repository has been archived by the owner on Feb 18, 2025. It is now read-only.

Commit

Permalink
Editorial: Reword the description
Browse files Browse the repository at this point in the history
  • Loading branch information
gibson042 committed Mar 28, 2024
1 parent 21cdd91 commit 63e9ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.emu
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ contributors: Jordan Harband
<ins>
<emu-clause id="sec-regexp.escape" number="2">
<h1>RegExp.escape ( _S_ )</h1>
<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>
<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>
<p>It performs the following steps when called:</p>

<emu-alg>
Expand Down

0 comments on commit 63e9ebb

Please sign in to comment.