minor docs improvement

This commit is contained in:
Simon Wisselink
2024-03-18 16:43:09 +01:00
parent 5c88296be6
commit e3745efd6a

View File

@@ -32,9 +32,7 @@ The following is a list of recognized operators, which must be
separated from surrounding elements by spaces. Note that items listed in separated from surrounding elements by spaces. Note that items listed in
\[brackets\] are optional. PHP equivalents are shown where applicable. \[brackets\] are optional. PHP equivalents are shown where applicable.
## Qualifiers | Operator | Alternates | Syntax Example | Meaning | PHP Equivalent |
| Qualifier | Alternates | Syntax Example | Meaning | PHP Equivalent |
|--------------------|------------|----------------------|--------------------------------|--------------------| |--------------------|------------|----------------------|--------------------------------|--------------------|
| == | eq | $a eq $b | equals | == | | == | eq | $a eq $b | equals | == |
| != | ne, neq | $a neq $b | not equals | != | | != | ne, neq | $a neq $b | not equals | != |