File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments