We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f50ab28 commit 4e579c4Copy full SHA for 4e579c4
lib/node_modules/@stdlib/regexp/duration-string/README.md
@@ -53,7 +53,7 @@ var parts = RE_DURATION.exec( '3d2ms' );
53
]
54
*/
55
56
-parts = RE_SEMVER.exec( '4h3m20s' );
+parts = RE_DURATION.exec( '4h3m20s' );
57
/* returns
58
[
59
'4h3m20s',
0 commit comments