mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-01 08:05:25 -05:00
fix(curriculum): grammatical typo (#57876)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user