Skip to content

Commit

Permalink
Fix unclosed quotes in c:IEx.Info.info/1 docs (#13983)
Browse files Browse the repository at this point in the history
  • Loading branch information
smaximov authored Nov 9, 2024
1 parent 485ca72 commit 6689eb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/iex/lib/iex/info.ex
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ defprotocol IEx.Info do
* `"Data type"`: Name of the data type. Usually the name of the module
defining the data type.
* `"Description"`: One or a few sentences describing what the data type represents.
* `"Reference modules`: One or a few comma-separated module names that focus
* `"Reference modules"`: One or a few comma-separated module names that focus
on working with this datatype.
Other recommended sections are:
* `"Raw representation`: showing another way of writing the passed `term`.
* `"Raw representation"`: showing another way of writing the passed `term`.
This is mostly relevant for data-structures whose `String.Chars`-implementations
make use of sigils or other syntactic sugar.
"""
Expand Down

0 comments on commit 6689eb9

Please sign in to comment.