Skip to content

Commit 602937b

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

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)