Skip to content

Commit 6d8db7f

Browse files
authored
Merge pull request hemanth#44 from marcusnielsen/patch-1
Fix spelling of "two two"
2 parents 91642be + c79038f commit 6d8db7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ add2(10) // 12
125125

126126
## Function Composition
127127

128-
> The act of putting two two functions together to form a third function where the the output of one function is the input of the other.
128+
> The act of putting two functions together to form a third function where the the output of one function is the input of the other.
129129
130130
```js
131131
const compose = (f, g) => a => f(g(a)) // Definition

0 commit comments

Comments
 (0)