File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -324,6 +324,7 @@ A total of 26 issues were closed in this release:
324324
325325<details >
326326
327+ - [ ` 363aead ` ] ( https://github.com/stdlib-js/stdlib/commit/363aeadb3882671cf1429fc5e2f4a99dbaa9e09a ) - ** docs:** update examples [ (#9575 )] ( https://github.com/stdlib-js/stdlib/pull/9575 ) _ (by stdlib-bot)_
327328- [ ` d2d06f4 ` ] ( https://github.com/stdlib-js/stdlib/commit/d2d06f45f5df1d830aa0a14331bd6b883d9992d5 ) - ** fix:** avoid infinite recursion and update examples _ (by Athan Reines)_
328329- [ ` 2fee906 ` ] ( https://github.com/stdlib-js/stdlib/commit/2fee906e7981ff2a9a0bf37bfcbfe3b77421bfcd ) - ** docs:** resolve lint failures _ (by Athan Reines)_
329330- [ ` 989e453 ` ] ( https://github.com/stdlib-js/stdlib/commit/989e45330b4284265444e286a926a693ec8518aa ) - ** docs:** update copy _ (by Athan Reines)_
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments