Merge pull request #8095 from fricklerhandwerk/operators-formatting

doc: force line breaks where needed
This commit is contained in:
Eelco Dolstra 2023-03-23 09:24:54 +01:00 committed by GitHub
commit fbc296e00f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,8 +43,8 @@ If the attribute doesnt 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