mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-19 21:09:51 +08:00
fix(curriculum): grammatical typo (#57876)
This commit is contained in:
parent
eb8e96e278
commit
234aa80466
@ -24,7 +24,7 @@ Review the concepts below to prepare for the upcoming quiz.
|
||||
|
||||
- Currying is a functional programming technique that transforms a function with multiple arguments into a sequence of functions, each taking a single argument.
|
||||
|
||||
Here is an example of a regualr function vs a curried function:
|
||||
Here is an example of a regular function vs a curried function:
|
||||
|
||||
```js
|
||||
// Regular function
|
||||
|
||||
@ -2613,7 +2613,7 @@ In the above example, the `findFactorial` function is called recursively until `
|
||||
|
||||
- Currying is a functional programming technique that transforms a function with multiple arguments into a sequence of functions, each taking a single argument.
|
||||
|
||||
Here is an example of a regualr function vs a curried function:
|
||||
Here is an example of a regular function vs a curried function:
|
||||
|
||||
```js
|
||||
// Regular function
|
||||
|
||||
Loading…
Reference in New Issue
Block a user