Skip to content

Commit d55b755

Browse files
authored
Swap explanation of Anno in EEP48 docs
1 parent d4c78e0 commit d55b755

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/kernel/doc/guides/eep48_chapter.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ compressed when serialized. It must follow the type specification below:
7777

7878
where 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.

0 commit comments

Comments
 (0)