Skip to content

Commit 7b7ef7f

Browse files
PranavchikuHarshitaKalani
authored andcommitted
Update lib/node_modules/@stdlib/string/base/replace-after/README.md
1 parent e8a3b9c commit 7b7ef7f

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/string/base/replace-after/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ out = replaceAfter( str, replacement, 'question.' );
104104
// returns 'To be, or not to be, that is the question.foo'
105105

106106
out = replaceAfter( str, replacement, 'xyz' );
107-
// returns ''
107+
// returns 'To be, or not to be, that is the question.'
108108

109109
out = replaceAfter( str, replacement, '' );
110110
// returns 'foo'

0 commit comments

Comments
 (0)