Skip to content

Commit

Permalink
Merge 6feea4d into f275182
Browse files Browse the repository at this point in the history
  • Loading branch information
gsans committed Feb 13, 2016
2 parents f275182 + 6feea4d commit 199eb2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/operator-creation.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ For how to develop a custom operator for *this* library, [see below](#advanced).

### Guidelines

In the most common case, users might like to create an operator to be used only by by their app. These can be developed in
In the most common case, users might like to create an operator to be used only by their app. These can be developed in
any way the developer sees fit, but here are some guidelines:

1. __Operators should always return an Observable__. You're performing operations on unknown sets of things to create new sets.
Expand Down

0 comments on commit 199eb2e

Please sign in to comment.