fix(curriculum): small english improvement (#42167)

This commit is contained in:
alirezaghey
2021-05-17 20:53:15 +00:00
committed by GitHub
parent 955588eb3e
commit 7fb1b142e3

View File

@ -20,7 +20,7 @@ Functions that can be assigned to a variable, passed into another function, or r
The functions that take a function as an argument, or return a function as a return value are called <dfn>higher order</dfn> functions.
When the functions are passed in to another function or returned from another function, then those functions which gets passed in or returned can be called a <dfn>lambda</dfn>.
When functions are passed in to or returned from another function, then those functions which were passed in or returned can be called a <dfn>lambda</dfn>.
# --instructions--