Skip to content

Commit

Permalink
Update annotation type
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanklosko committed Oct 19, 2024
1 parent 286c5a0 commit fa58d2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/stdlib/src/erl_anno.erl
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ for manipulating annotations in abstract code.
-type annotation() :: {'file', filename()}
| {'generated', generated()}
| {'location', location()}
| {'end_location', location()}
| {'record', record()}
| {'text', string()}.

Expand Down

0 comments on commit fa58d2c

Please sign in to comment.