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
15991599 file.
16001600
16011601 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
16031603 the chunk is not available.
16041604
16051605 ## Examples
@@ -1702,7 +1702,7 @@ defmodule Code do
17021702 @ doc ~S"""
17031703 Deprecated function to retrieve old documentation format.
17041704
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)
17061706 which is a new documentation format meant to be shared across all
17071707 BEAM languages. The old format, used by `Code.get_docs/2`, is no
17081708 longer available, and therefore this function always returns `nil`.
You can’t perform that action at this time.
0 commit comments