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 d2d06f4 commit 363aeadCopy full SHA for 363aead
lib/node_modules/@stdlib/utils/docs/types/index.d.ts
@@ -589,7 +589,7 @@ interface Namespace {
589
*
590
* @example
591
* var p = ns.convertPath( '/c/foo/bar/beep.c', 'win32' );
592
- * // returns 'c:\\foo\\bar\\beep.c'
+ * // returns 'c:\foo\bar\beep.c'
593
594
595
* var p = ns.convertPath( '/c/foo/bar/beep.c', 'mixed' );
@@ -1734,7 +1734,7 @@ interface Namespace {
1734
1735
1736
* var str = ns.rescape( '[A-Z]*' );
1737
- * // returns '\\[A\\-Z\\]\\*'
+ * // returns '\[A\-Z\]\*'
1738
*/
1739
rescape: typeof rescape;
1740
0 commit comments