manual: use singular in body, too

Co-authored-by: Cole Helbling <cole.e.helbling@outlook.com>
This commit is contained in:
Valentin Gagarin 2022-07-28 23:30:07 +02:00 committed by GitHub
parent 41a3b315fd
commit 27138f1ec6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -182,7 +182,7 @@ Note that lists are only lazy in values, and they are strict in length.
## Attribute Set
Attribute sets are collections of name-value-pairs (called *attributes*) enclosed in curly brackets (`{ }`).
An attribute set is a collection of name-value-pairs (called *attributes*) enclosed in curly brackets (`{ }`).
Names and values are separated by an equal sign (`=`).
Each value is an arbitrary expression terminated by a semicolon (`;`).