File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -77,8 +77,8 @@ compressed when serialized. It must follow the type specification below:
7777
7878where in the root tuple we have:
7979
80- - ** ` Anno ` ** - annotation (line, column, file) of the definition itself (see
81- ` m:erl_anno ` )
80+ - ** ` Anno ` ** - annotation (line, column, file) of the module documentation
81+ (see ` m:erl_anno ` )
8282
8383- ** ` BeamLanguage ` ** - an atom representing the language, for example: ` erlang ` ,
8484 ` elixir ` , ` lfe ` , ` alpaca ` , and so on
@@ -107,7 +107,7 @@ For each entry in Docs, we have:
107107 ` callback ` . Other languages will add their own. For instance, Elixir and LFE
108108 might add ` macro ` .
109109
110- - ** ` Anno ` ** - annotation (line, column, file) of the module documentation
110+ - ** ` Anno ` ** - annotation (line, column, file) of the documentation entry
111111 (see ` m:erl_anno ` ).
112112
113113- ** ` Signature ` ** - the signature of the entity. It is is a list of binaries.
You can’t perform that action at this time.
0 commit comments