Skip to content

Commit 3a5d50f

Browse files
vhoenVincent Hoen
andauthored
fixing documentation misnamed functions (#24)
Co-authored-by: Vincent Hoen <vincent.hoen@ext.groupepvcp.com>
1 parent 3a3a58b commit 3a5d50f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/dateutils/afterorequal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Ceil
1+
# AfterOrEqual
22

33
`func AfterOrEqual(milestone time.Time, date time.Time) bool`
44

docs/dateutils/beforeorequal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Ceil
1+
# BeforeOrEqual
22

33
`func BeforeOrEqual(milestone time.Time, date time.Time) bool`
44

0 commit comments

Comments
 (0)