Skip to content

Commit c76b90d

Browse files
Update learn.md to fix typo
1 parent 0aa3331 commit c76b90d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/learn.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ Print Evens;
272272
`Filter` applies a function to each element of a list also. This function should return a boolean -- if this is `False` then the function is removed from the returned list.
273273

274274
```cognate
275-
Let Even? be (Zero? Modulo 2);
275+
Def Even? as (Zero? Modulo 2);
276276
Let Evens be Filter (Even?) over Range 1 to 100;
277277
Print Evens;
278278
```

0 commit comments

Comments
 (0)