Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfewbytes committed Jun 14, 2013
1 parent 4a84785 commit 50a64b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,6 +1,6 @@
Implementing pipes in Javascript using psudo operator overloading.
Implementing pipes in Javascript using pseudo operator overloading.
======
Most of the credit goes to Dr. Axel Rauschmayer that introduced me to the concept of psudo operator overloading in Javascript in his [great article](http://www.2ality.com/2011/12/fake-operator-overloading.html?m=1) about the subject.
Most of the credit goes to Dr. Axel Rauschmayer that introduced me to the concept of pseudo operator overloading in Javascript in his [great article](http://www.2ality.com/2011/12/fake-operator-overloading.html?m=1) about the subject.

The code it self is pretty simple (containing just 28 lines of Javascript for the actual pipe implementation).

Expand Down

0 comments on commit 50a64b5

Please sign in to comment.