We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bff34f commit c85743cCopy full SHA for c85743c
1 file changed
lib/node_modules/@stdlib/string/replace-before/README.md
@@ -89,7 +89,7 @@ out = replaceBefore( 'Hello World!', 'xyz', 'foo' );
89
out = replaceBefore( 'Hello World!', '', 'foo' );
90
// returns 'Hello World!'
91
92
-out = replaceBefore( '', 'xyz', 'foo');
+out = replaceBefore( '', 'xyz', 'foo' );
93
// returns ''
94
```
95
0 commit comments