Skip to content

Commit d829f8e

Browse files
committed
Update header
1 parent 347c131 commit d829f8e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/schedule_parser.janet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### ————————————————————————————————————————————————————————————————————————————
1+
### ————————————————————————————————————————————————————————————————————————————————————————————————
22
### This module implements a PEG parser that parses schedule string into
33
### task entities.
44

@@ -20,7 +20,7 @@
2020
(length (filter (fn [line] (string/has-prefix? "-" line))
2121
(string/split "\n" schedule-string))))
2222

23-
## —————————————————————————————————————————————————————————————————————————————
23+
## —————————————————————————————————————————————————————————————————————————————————————————————————
2424
## Public Interface
2525

2626
(defn parse

0 commit comments

Comments
 (0)