File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1599,7 +1599,7 @@ defmodule Code do
1599
1599
file.
1600
1600
1601
1601
It returns the term stored in the documentation chunk in the format defined by
1602
- [EEP 48](https://erlang.org/eep /eeps/eep-0048.html) or `{:error, reason}` if
1602
+ [EEP 48](https://www. erlang.org/eeps/eep-0048.html) or `{:error, reason}` if
1603
1603
the chunk is not available.
1604
1604
1605
1605
## Examples
@@ -1702,7 +1702,7 @@ defmodule Code do
1702
1702
@ doc ~S"""
1703
1703
Deprecated function to retrieve old documentation format.
1704
1704
1705
- Elixir v1.7 adopts [EEP 48](https://erlang.org/eep /eeps/eep-0048.html)
1705
+ Elixir v1.7 adopts [EEP 48](https://www. erlang.org/eeps/eep-0048.html)
1706
1706
which is a new documentation format meant to be shared across all
1707
1707
BEAM languages. The old format, used by `Code.get_docs/2`, is no
1708
1708
longer available, and therefore this function always returns `nil`.
You can’t perform that action at this time.
0 commit comments