Skip to content

Commit 09eb9bf

Browse files
committed
docs update
1 parent e091108 commit 09eb9bf

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-
Look at time_to_string/5 for more information
1236+
See time_to_string/5 for more information
12371237
12381238
## Examples
12391239
@@ -1329,7 +1329,7 @@ defmodule Calendar.ISO do
13291329

13301330
@doc """
13311331
Converts the given date into a iodata.
1332-
Look at date_to_string/4 for more information
1332+
See date_to_string/4 for more information
13331333
13341334
## Examples
13351335
@@ -1408,7 +1408,7 @@ defmodule Calendar.ISO do
14081408

14091409
@doc """
14101410
Converts the given naive_datetime into a iodata.
1411-
Look at naive_datetime_to_iodata/8 for more information
1411+
See naive_datetime_to_iodata/8 for more information
14121412
14131413
## Examples
14141414
@@ -1532,7 +1532,7 @@ defmodule Calendar.ISO do
15321532

15331533
@doc """
15341534
Converts the given datetime into a iodata.
1535-
Look at datetime_to_iodata/12 for more information
1535+
See datetime_to_iodata/12 for more information
15361536
15371537
## Examples
15381538

0 commit comments

Comments
 (0)