Skip to content

Commit 2c0c072

Browse files
committed
2 parents 1aeb141 + 56cb399 commit 2c0c072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ parse('27,681 ns') // => 27681 * ns
3636
parse('duration: 1h:20min') // => 1 * h + 20 * m
3737

3838
// negatives
39-
parse('-1hr 40mins') // => 1 * h + 40 * m
39+
parse('-1hr 40mins') // => -1 * h - 40 * m
4040

4141
// exponents
4242
parse('2e3s') // => 2000 * s

0 commit comments

Comments
 (0)