@ -158,7 +158,7 @@ condition. If the comparison returns true, it is added to the
returned list. For example:
```
(fil (fn (a) (> a 100) (20 150 30 200))
(fil (fn (a) (> a 100)) (20 150 30 200))
would return `( 150 200 )`, as no other elements fit the condition `(< 100 n)`.