Skip to content

Commit a92921a

Browse files
authored
Update Language-Definition.md
1 parent 7fba10a commit a92921a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/Language-Definition.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -138,16 +138,16 @@ user.Age > 30 ? "mature" : "immature"
138138
<table>
139139
<tr>
140140
<td>
141-
<a href="#all">all()</a><br>
142-
<a href="#any">any()</a><br>
143-
<a href="#len">one()</a><br>
144-
<a href="#none">none()</a><br>
141+
<a href="#allarray-predicate">all()</a><br>
142+
<a href="#anyarray-predicate">any()</a><br>
143+
<a href="#lenarray-predicate">one()</a><br>
144+
<a href="#nonearray-predicate">none()</a><br>
145145
</td>
146146
<td>
147-
<a href="#len">len()</a><br>
148-
<a href="#map">map()</a><br>
149-
<a href="#filter">filter()</a><br>
150-
<a href="#count">count()</a><br>
147+
<a href="#lenv">len()</a><br>
148+
<a href="#maparrayclosure">map()</a><br>
149+
<a href="#filterarray-predicate">filter()</a><br>
150+
<a href="#countarray-predicate">count()</a><br>
151151
</td>
152152
</tr>
153153
</table>

0 commit comments

Comments
 (0)