Skip to content

Commit 4a998c4

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

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/Language-Definition.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,12 +164,10 @@ array[:] == array
164164

165165
## Built-in Functions
166166

167-
[all()](#all), [any()](#anyarray-predicate), [one()](#onearray-predicate), [none()](#nonearray-predicate)
168-
169167
<table>
170168
<tr>
171169
<td>
172-
<a href="#all">all()</a><br>
170+
<a href="#allarray-predicate">all()</a><br>
173171
<a href="#anyarray-predicate">any()</a><br>
174172
<a href="#onearray-predicate">one()</a><br>
175173
<a href="#nonearray-predicate">none()</a><br>
@@ -188,7 +186,7 @@ array[:] == array
188186
</tr>
189187
</table>
190188

191-
### all
189+
### all(array, predicate)
192190

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

0 commit comments

Comments
 (0)