Skip to content

Commit 087a919

Browse files
committed
[DOC] Fix markup
RDoc is not markdown.
1 parent e81c380 commit 087a919

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/timezones.rdoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ which will be called if defined:
107107
=== Timezone Names
108108

109109
If the class (the receiver of class methods, or the class of the receiver
110-
of instance methods) has `find_timezone` singleton method, this method is
110+
of instance methods) has +find_timezone+ singleton method, this method is
111111
called to achieve the corresponding timezone object from a timezone name.
112112

113113
For example, using {Timezone}[https://github.com/panthomakos/timezone]:
@@ -128,4 +128,4 @@ Or, using {TZInfo}[https://tzinfo.github.io]:
128128
TimeWithTZInfo.now(in: "America/New_York") #=> 2023-12-25 00:00:00 -0500
129129
TimeWithTZInfo.new("2023-12-25 America/New_York") #=> 2023-12-25 00:00:00 -0500
130130

131-
You can define this method per subclasses, or on the toplevel `Time` class.
131+
You can define this method per subclasses, or on the toplevel Time class.

0 commit comments

Comments
 (0)