Skip to content

Commit 3438c5f

Browse files
authored
docs: Fix yard
1 parent 10d532e commit 3438c5f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lib/kiba/extend/transforms/date_value/force_day_precision.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ class ForceDayPrecision
8686
# values
8787
# @param warnfield [Symbol] field in which to write error and warning
8888
# flags
89-
# @month [Integer] Default month to provide
90-
# @day [Integer] Default day to provide. **This must be a valid day
91-
# for any month in a year-month source value.** For instance, you
89+
# @param month [Integer] Default month to provide
90+
# @param day [Integer] Default day to provide. **This must be a valid
91+
# day for any month in a year-month source value.** For instance, you
9292
# cannot set this to 31, and succssfully pad 2002-02.
9393
def initialize(source:, target:, warnfield: :date_warning,
9494
month: 1, day: 1)

0 commit comments

Comments
 (0)