Skip to content

Commit 2d3eb19

Browse files
committed
Simplify description in README
1 parent 7d7b433 commit 2d3eb19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,8 @@ calling a function will be undefined if:
184184

185185
| Function | Description |
186186
| :--- | :--- |
187-
| `Coalesce(p0, p1, ..pN)` | Returns the first defined, non-null argument. |
188-
| `Concat(s0, s1, ..sN)` | Concatenate two or more strings; all strings must be defined and non-null. |
187+
| `Coalesce(p0, p1, [..pN])` | Returns the first defined, non-null argument. |
188+
| `Concat(s0, s1, [..sN])` | Concatenate two or more strings. |
189189
| `Contains(s, t)` | Tests whether the string `s` contains the substring `t`. |
190190
| `ElementAt(x, i)` | Retrieves a property of `x` by name `i`, or array element of `x` by numeric index `i`. |
191191
| `EndsWith(s, t)` | Tests whether the string `s` ends with substring `t`. |

0 commit comments

Comments
 (0)