Merge pull request #7001 from Icinga/bugfix/doc-assignment-5430

Assignment operators doc: tell what the { } are for
This commit is contained in:
Michael Friedrich 2019-03-12 14:12:44 +01:00 committed by GitHub
commit 002f8e36f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ A list of available functions is available in the [Library Reference](18-library
In addition to the `=` operator shown above a number of other operators
to manipulate attributes are supported. Here's a list of all
available operators:
available operators (the outermost `{` `}` stand for a local variable scope):
### Operator = <a id="operator-assignment"></a>