diff options
author | Valentin Gagarin <valentin.gagarin@tweag.io> | 2022-07-28 23:30:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-28 23:30:07 +0200 |
commit | 27138f1ec69c7a6f09ab467de317909780e4ae7a (patch) | |
tree | dadf73def2f3e9b200d79017e0c65f2f1b596301 /doc/manual/src | |
parent | 41a3b315fd24b83d7e570e1dae8d384317fb89e6 (diff) |
manual: use singular in body, too
Co-authored-by: Cole Helbling <cole.e.helbling@outlook.com>
Diffstat (limited to 'doc/manual/src')
-rw-r--r-- | doc/manual/src/expressions/language-values.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/src/expressions/language-values.md b/doc/manual/src/expressions/language-values.md index e4e3bf181..4aa354ba6 100644 --- a/doc/manual/src/expressions/language-values.md +++ b/doc/manual/src/expressions/language-values.md @@ -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 (`;`). |