Skip to content

Commit 0e9d00f

Browse files
committed
Remove backticks
1 parent e23f3f8 commit 0e9d00f

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/string/replace/docs

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/string/replace/docs/repl.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
{{alias}}( str, search, newval )
3-
Replaces `search` occurrences with a replacement string.
3+
Replaces search occurrences with a replacement string.
44

55
When provided a string as the search value, the function replaces *all*
66
occurrences. To remove only the first match, use a regular expression.

0 commit comments

Comments
 (0)