Skip to content

Commit 4dc54f2

Browse files
committed
Active attributes, not dynamic
1 parent f52d416 commit 4dc54f2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/attributes.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,15 @@ There are three kinds of attributes:
8787
* Macro attributes
8888
* Derive mode helper attributes
8989

90-
## Dynamic and inert attributes
90+
## Active and inert attributes
9191

92-
An attribute is either dynamic or inert. During attribute processing, *dynamic
92+
An attribute is either active or inert. During attribute processing, *active
9393
attributes* remove themselves from the thing they are on while *inert attriutes*
9494
stay on.
9595

96-
The `cfg` and `cfg_attr` attributes are dynamic. The `test` attribute is inert
97-
when compiling for tests and dynamic otherwise. Attribute macros are dynamic.
98-
All other attributes are inert.
96+
The `cfg` and `cfg_attr` attributes are active. The `test` attribute is inert
97+
when compiling for tests and active otherwise. Attribute macros are active.
98+
All other attributes are inert.
9999

100100
---
101101

0 commit comments

Comments
 (0)