Skip to content

Commit 363aead

Browse files
authored
docs: update examples
PR-URL: #9575 Reviewed-by: Athan Reines <[email protected]>
1 parent d2d06f4 commit 363aead

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/utils/docs/types

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/utils/docs/types/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ interface Namespace {
589589
*
590590
* @example
591591
* var p = ns.convertPath( '/c/foo/bar/beep.c', 'win32' );
592-
* // returns 'c:\\foo\\bar\\beep.c'
592+
* // returns 'c:\foo\bar\beep.c'
593593
*
594594
* @example
595595
* var p = ns.convertPath( '/c/foo/bar/beep.c', 'mixed' );
@@ -1734,7 +1734,7 @@ interface Namespace {
17341734
*
17351735
* @example
17361736
* var str = ns.rescape( '[A-Z]*' );
1737-
* // returns '\\[A\\-Z\\]\\*'
1737+
* // returns '\[A\-Z\]\*'
17381738
*/
17391739
rescape: typeof rescape;
17401740

0 commit comments

Comments
 (0)