Skip to content

Commit

Permalink
Tweak language around compound attributes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Crell committed Jul 19, 2022
1 parent b7ab5ab commit d2efc21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -1309,7 +1309,7 @@ they MUST be on separate lines with no blank lines between them.
### 12.3 Compound attributes

Multiple attributes MAY be placed in the same attribute block (`#[]`) if and only if the entire block is listed on a
single line. They must be separated by a comma with a space following but no space preceding. If the attribute list
single line and each attribute is reasonably short. They MUST be separated by a comma with a space following but no space preceding. If the attribute list
is split into multiple lines for any reason, then the attributes MUST be placed in separate attribute blocks.
Those blocks may themselves contain multiple attributes provided this rule is respected.

Expand Down

0 comments on commit d2efc21

Please sign in to comment.