Skip to content

Commit 8d9870b

Browse files
committed
Update Language-Definition.md
1 parent af7d7ac commit 8d9870b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/Language-Definition.md

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

165165
## Built-in Functions
166166

167-
[all()](#allarray-predicate), [any()](#anyarray-predicate), [one()](#onearray-predicate), [none()](#nonearray-predicate)
167+
[all()](#all), [any()](#anyarray-predicate), [one()](#onearray-predicate), [none()](#nonearray-predicate)
168168

169169
<table>
170170
<tr>
171171
<td>
172-
<a href="#allarray-predicate">all()</a><br>
172+
<a href="#all">all()</a><br>
173173
<a href="#anyarray-predicate">any()</a><br>
174174
<a href="#onearray-predicate">one()</a><br>
175175
<a href="#nonearray-predicate">none()</a><br>
@@ -188,7 +188,7 @@ array[:] == array
188188
</tr>
189189
</table>
190190

191-
### all(array, predicate)
191+
### `all()`
192192

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

0 commit comments

Comments
 (0)