Skip to content

Commit

Permalink
Merge pull request #25 from KY3LxD/master
Browse files Browse the repository at this point in the history
Fix a typo README.md
  • Loading branch information
justsml authored Dec 7, 2018
2 parents 30c9a70 + 6cc54f5 commit d824678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Your **parameters/data** represents the _water_, and **functions** form the _riv

-----------------------------

Roughly speaking, my definition of pipeline is a sequential series of chained functions where arguments line up with return values. Using Array methods, Promises, or similar). Key to my adaptation is using named functions.
Roughly speaking, my definition of pipeline is a sequential series of chained functions where arguments line up with return values (using Array methods, Promises, or similar). Key to my adaptaion is using named functions.

This ultimately results in your code reading like a step-by-step story.

Expand Down

0 comments on commit d824678

Please sign in to comment.