Skip to content

Commit 8c7b5e2

Browse files
committed
Minutes up to 3 digits was already supported but not documented #23
1 parent 7ba9176 commit 8c7b5e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,6 @@ The reserved keywords of the notation are: workout, warmup, cooldown, run, bike,
103103

104104
**`<kph-speed>`** := `\d{1,3}(\.\d)?`
105105

106-
**`<minutes>`** := `\d{1,2}`
106+
**`<minutes>`** := `\d{1,3}`
107107

108108
**`<seconds>`** := `\d{2}`

0 commit comments

Comments
 (0)