Skip to content

Commit c85743c

Browse files
committed
style: add missing space
1 parent 6bff34f commit c85743c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/string/replace-before

lib/node_modules/@stdlib/string/replace-before/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ out = replaceBefore( 'Hello World!', 'xyz', 'foo' );
8989
out = replaceBefore( 'Hello World!', '', 'foo' );
9090
// returns 'Hello World!'
9191

92-
out = replaceBefore( '', 'xyz', 'foo');
92+
out = replaceBefore( '', 'xyz', 'foo' );
9393
// returns ''
9494
```
9595

0 commit comments

Comments
 (0)