Skip to content

Commit 3a1a74e

Browse files
josevalimsabiwara
andauthored
Apply suggestions from code review
Co-authored-by: Jean Klingler <[email protected]>
1 parent fbdf235 commit 3a1a74e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/elixir/lib/calendar/iso.ex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1233,7 +1233,7 @@ defmodule Calendar.ISO do
12331233
@doc """
12341234
Converts the given time into a iodata.
12351235
1236-
See time_to_string/5 for more information
1236+
See `time_to_string/5` for more information.
12371237
12381238
## Examples
12391239
@@ -1330,7 +1330,7 @@ defmodule Calendar.ISO do
13301330
@doc """
13311331
Converts the given date into a iodata.
13321332
1333-
See date_to_string/4 for more information
1333+
See `date_to_string/4` for more information.
13341334
13351335
## Examples
13361336
@@ -1410,7 +1410,7 @@ defmodule Calendar.ISO do
14101410
@doc """
14111411
Converts the given naive_datetime into a iodata.
14121412
1413-
See naive_datetime_to_iodata/8 for more information
1413+
See `naive_datetime_to_iodata/8` for more information.
14141414
14151415
## Examples
14161416
@@ -1535,7 +1535,7 @@ defmodule Calendar.ISO do
15351535
@doc """
15361536
Converts the given datetime into a iodata.
15371537
1538-
See datetime_to_iodata/12 for more information
1538+
See `datetime_to_iodata/12` for more information.
15391539
15401540
## Examples
15411541

0 commit comments

Comments
 (0)