diff options
author | Valentin Gagarin <valentin.gagarin@tweag.io> | 2023-03-22 22:46:23 +0100 |
---|---|---|
committer | Valentin Gagarin <valentin.gagarin@tweag.io> | 2023-03-22 22:46:23 +0100 |
commit | 40eb88e4279bf21a29109a5013b8e59a84d449ba (patch) | |
tree | 66e431c9652fdbc24fd3adbd92c40b440de687bd /doc | |
parent | 6dbce3215fa2e30e1daafcc70d6926cd97987612 (diff) |
doc: force line breaks where needed
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/src/language/operators.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual/src/language/operators.md b/doc/manual/src/language/operators.md index 90b325597..a07d976ad 100644 --- a/doc/manual/src/language/operators.md +++ b/doc/manual/src/language/operators.md @@ -43,8 +43,8 @@ If the attribute doesn’t exist, return *value* if provided, otherwise abort ev An attribute path is a dot-separated list of attribute names. An attribute name can be an identifier or a string. -> *attrpath* = *name* [ `.` *name* ]... -> *name* = *identifier* | *string* +> *attrpath* = *name* [ `.` *name* ]... \ +> *name* = *identifier* | *string* \ > *identifier* ~ `[a-zA-Z_][a-zA-Z0-9_'-]*` [Attribute selection]: #attribute-selection |