We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5e1798 commit 006c187Copy full SHA for 006c187
README.md
@@ -7,7 +7,7 @@ Go Pipe is a simple implementation of _pipe_ operator in Go.
7
8
## What is it all about?
9
10
-One of the most intereseting features of functional languages is the ability to
+One of the most interesting features of functional languages is the ability to
11
easily compose functions. The function composition is the operation that takes
12
two functions and produces another function in the way that the result of the
13
second function is passed as the input argument of first one.
0 commit comments