Skip to content

Commit

Permalink
Update Language-Definition.md
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmedv committed Jan 21, 2023
1 parent 7fba10a commit a92921a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/Language-Definition.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,16 +138,16 @@ user.Age > 30 ? "mature" : "immature"
<table>
<tr>
<td>
<a href="#all">all()</a><br>
<a href="#any">any()</a><br>
<a href="#len">one()</a><br>
<a href="#none">none()</a><br>
<a href="#allarray-predicate">all()</a><br>
<a href="#anyarray-predicate">any()</a><br>
<a href="#lenarray-predicate">one()</a><br>
<a href="#nonearray-predicate">none()</a><br>
</td>
<td>
<a href="#len">len()</a><br>
<a href="#map">map()</a><br>
<a href="#filter">filter()</a><br>
<a href="#count">count()</a><br>
<a href="#lenv">len()</a><br>
<a href="#maparrayclosure">map()</a><br>
<a href="#filterarray-predicate">filter()</a><br>
<a href="#countarray-predicate">count()</a><br>
</td>
</tr>
</table>
Expand Down

0 comments on commit a92921a

Please sign in to comment.