Skip to content

Commit 4e579c4

Browse files
authored
Fix example
1 parent f50ab28 commit 4e579c4

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/regexp/duration-string

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/regexp/duration-string/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ var parts = RE_DURATION.exec( '3d2ms' );
5353
]
5454
*/
5555

56-
parts = RE_SEMVER.exec( '4h3m20s' );
56+
parts = RE_DURATION.exec( '4h3m20s' );
5757
/* returns
5858
[
5959
'4h3m20s',

0 commit comments

Comments
 (0)