Skip to content

Commit 36500a0

Browse files
committed
Fixed grammar and typo
Switched an “it’s” to “its” and added a missing quote.
1 parent 326adea commit 36500a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/higher_order.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ process_double([5,6,7]) // => [10, 12, 14]
7474

7575

7676
Let's look at another example.
77-
We'll create a function called `buildMultiplier` that takes a number `x` as input and returns a function that multiplies it's argument by x :
77+
We'll create a function called `buildMultiplier` that takes a number `x` as input and returns a function that multiplies its argument by `x` :
7878

7979
```javascript
8080
var buildMultiplier = function(x) {

0 commit comments

Comments
 (0)