Skip to content

Commit

Permalink
Merge pull request #2231 from nickanderson/CFE-2971/3.12
Browse files Browse the repository at this point in the history
Fix build
  • Loading branch information
nickanderson committed Nov 13, 2019
2 parents d51c04a + 691e9e1 commit e6c4799
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions reference/language-concepts/augments.markdown
Expand Up @@ -76,16 +76,16 @@ Variables of other types than string can be defined too, like in this example
## classes

Any class defined via augments will be evaluated and installed as
[**hard** classes][Classes and Decisions#hard classes]. Each element
**hard** classes. Each element
of the array is tested against currently defined classes
as an [anchored regular expression][anchored] unless the string ends with ```::```
indicating it should be interpreted as a
[*class expression*][Classes and Decisions#operators and precedence].
*class expression*.

Note that augments is processed at the very beginning of agent evaluation. You
can use any **hard** classes, [**persistent** classes][Classes and Decisions#persistence]
, or classes defined earlier in the augments list. Test carefully, custom [**soft** classes][Classes and Decisions#soft classes]
may not be defined early enough for use. Thus:
can use any **hard** classes, **persistent** classes, or classes defined earlier
in the augments list. Test carefully, custom **soft** classes may not be defined
early enough for use. Thus:

```
"classes":
Expand Down

0 comments on commit e6c4799

Please sign in to comment.