File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ calling a function will be undefined if:
189189
190190| Function | Description |
191191| :--------------------------------| :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
192- | ` Coalesce(p0, p1 , [..pN ]) ` | Returns the first defined, non-null argument. |
192+ | ` Coalesce(a0, a1 , [..aN ]) ` | Returns the first defined, non-null argument. |
193193| ` Concat(s0, s1, [..sN]) ` | Concatenate two or more strings. |
194194| ` Contains(s, p) ` | Tests whether the string ` s ` contains the substring ` p ` . |
195195| ` ElementAt(x, i) ` | Retrieves a property of ` x ` by name ` i ` , or array element of ` x ` by numeric index ` i ` . |
You can’t perform that action at this time.
0 commit comments