Skip to content

Commit 5c11c6c

Browse files
committed
Fix comments
1 parent e3e3d19 commit 5c11c6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/basic/times/time_calc_nextmonth.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ func CalcNextMonth() error {
5757
nextMonth2 = first.AddDate(0, 2, -1)
5858
}
5959

60-
output.Stdoutl("[nextmonth1]", nextMonth2.Format(time.RFC3339))
60+
output.Stdoutl("[nextmonth2]", nextMonth2.Format(time.RFC3339))
6161

6262
return nil
6363
}

0 commit comments

Comments
 (0)