Skip to content

Commit

Permalink
rfc: cfg_attr-multiple-attrs - preciate -> predicate
Browse files Browse the repository at this point in the history
  • Loading branch information
Havvy committed Sep 14, 2018
1 parent ac4c2c5 commit 4314792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text/0000-cfg_attr-multiple-attrs.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ attributes. Trailing commas are permitted. The following list are all allowed:
* `cfg_attr(predicate, attr)`
* `cfg_attr(predicate, attr_1, attr_2)`
* `cfg_attr(predicate, attr,)`
* `cfg_attr(preciate, attr_1, attr_2,)`
* `cfg_attr(predicate, attr_1, attr_2,)`
* `cfg_attr(predicate)`
* `cfg_attr(predicate,)`

Expand Down

0 comments on commit 4314792

Please sign in to comment.