Skip to content

Commit d77ae2a

Browse files
authored
docs: update example
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 4cc4212 commit d77ae2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/nlp/expand-contractions/lib

lib/node_modules/@stdlib/nlp/expand-contractions/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* @example
2727
* var expandContractions = require( '@stdlib/nlp/expand-contractions' );
2828
*
29-
* var str = 'I won\\'t be able to get y\\'all out of this one.';
29+
* var str = 'I won\\\'t be able to get y\\\'all out of this one.';
3030
* var out = expandContractions( str );
3131
* // returns 'I will not be able to get you all out of this one.'
3232
*

0 commit comments

Comments
 (0)