Skip to content

Commit 933eccf

Browse files
committed
[DOC] Escape the word "Date" that does not mean Date class
1 parent 80e7504 commit 933eccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/time.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ def parse(date, now=self.now)
407407
# %c :: The preferred local date and time representation
408408
# %C :: Century (20 in 2009)
409409
# %d :: Day of the month (01..31)
410-
# %D :: Date (%m/%d/%y)
410+
# %D :: \Date (%m/%d/%y)
411411
# %e :: Day of the month, blank-padded ( 1..31)
412412
# %F :: Equivalent to %Y-%m-%d (the ISO 8601 date format)
413413
# %g :: The last two digits of the commercial year

0 commit comments

Comments
 (0)