Skip to content

Commit adc2272

Browse files
authored
Merge pull request #9988 from josevalim/patch-38
Swap explanation of Anno in EEP48 docs
2 parents d319021 + d55b755 commit adc2272

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)