Skip to content

Commit 0176b2d

Browse files
authored
Minor argument name changes
1 parent 9284079 commit 0176b2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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`. |

0 commit comments

Comments
 (0)