Skip to content

Commit aefa245

Browse files
committed
[DOC] RDoc does not use backticks
1 parent a14fa00 commit aefa245

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/time.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ def make_time(date, year, yday, mon, day, hour, min, sec, sec_fraction, zone, no
280280
#
281281
# This method **does not** function as a validator. If the input
282282
# string does not match valid formats strictly, you may get a
283-
# cryptic result. Should consider to use `Time.strptime` instead
283+
# cryptic result. Should consider to use Time.strptime instead
284284
# of this method as possible.
285285
#
286286
# require 'time'
@@ -391,7 +391,7 @@ def parse(date, now=self.now)
391391
# heuristic to detect the format of the input string, you provide
392392
# a second argument that describes the format of the string.
393393
#
394-
# Raises `ArgumentError` if the date or format is invalid.
394+
# Raises ArgumentError if the date or format is invalid.
395395
#
396396
# If a block is given, the year described in +date+ is converted by the
397397
# block. For example:

0 commit comments

Comments
 (0)