Skip to content

Commit b99a15e

Browse files
committed
Update Language-Definition.md
1 parent 4a998c4 commit b99a15e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/Language-Definition.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,11 @@ array[:] == array
186186
</tr>
187187
</table>
188188

189-
### all(array, predicate)
189+
### all()
190+
191+
```
192+
all(array, predicate)
193+
```
190194

191195
Returns **true** if all elements satisfies the [predicate](#predicate).
192196
If the array is empty, returns **true**.

0 commit comments

Comments
 (0)