mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
improve the wording based on PR review feedback
This commit is contained in:
@@ -105,8 +105,8 @@ own body, or they must inherit from another class that overrides ``isSource``:
|
|||||||
|
|
||||||
**Available for**: |classes|, |algebraic datatypes|, |type unions|, |non-member predicates|, |modules|, |aliases|, |signatures|
|
**Available for**: |classes|, |algebraic datatypes|, |type unions|, |non-member predicates|, |modules|, |aliases|, |signatures|
|
||||||
|
|
||||||
The ``additional`` annotation can be used on declarations directly inside of modules that implement |module signatures|.
|
The ``additional`` annotation can be used on declarations in explicit modules.
|
||||||
All declarations in such modules that are not required by a module signature must be annotated with ``additional``.
|
All declarations that are not required by a module signature in modules that implement |module signatures| must be annotated with ``additional``.
|
||||||
|
|
||||||
Omitting ``additional`` on such declarations, or using the annotation in any other context, will result in a compiler error.
|
Omitting ``additional`` on such declarations, or using the annotation in any other context, will result in a compiler error.
|
||||||
Other than that, the annotation has no effect.
|
Other than that, the annotation has no effect.
|
||||||
|
|||||||
Reference in New Issue
Block a user