We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cc4212 commit d77ae2aCopy full SHA for d77ae2a
1 file changed
lib/node_modules/@stdlib/nlp/expand-contractions/lib/index.js
@@ -26,7 +26,7 @@
26
* @example
27
* var expandContractions = require( '@stdlib/nlp/expand-contractions' );
28
*
29
-* var str = 'I won\\'t be able to get y\\'all out of this one.';
+* var str = 'I won\\\'t be able to get y\\\'all out of this one.';
30
* var out = expandContractions( str );
31
* // returns 'I will not be able to get you all out of this one.'
32
0 commit comments