merge in change from upstream

This commit is contained in:
Jonny Gerig Meyer 2023-06-07 10:01:09 -04:00
parent ac68e56e02
commit 405b421651
No known key found for this signature in database

View File

@ -150,10 +150,13 @@ introduction: >
- The operation is surrounded by parentheses, unless those parentheses are
outside a list that contains the operation.
- The result is used as part of another operation (other than `/`).
- The result is returned by a [calculation].
[calculation]: /documentation/values/calculations
You can use [`list.slash()`] to force `/` to be used as a separator.
[`list.slash`]: /documentation/modules/list#slash
[`list.slash()`]: /documentation/modules/list#slash
{% endmarkdown %}
{% codeExample 'slash-separated-values', false %}