Skip to content

Commit b977221

Browse files
authored
Merge pull request #107 from rgkirch/patch-1
update docstring for as
2 parents b3c700b + dc07ef4 commit b977221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/java_time/core.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
entity `o`, e.g.
142142
143143
```
144-
(as (duration 1 :hour) :minutes)
144+
(as (duration 1 :hours) :minutes)
145145
=> 60
146146
147147
(as (local-date 2015 9) :year :month-of-year)

0 commit comments

Comments
 (0)