Skip to content

Commit

Permalink
docs(operators): typo (#5468)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgilman authored Jun 5, 2020
1 parent d608cf3 commit ced2fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal/operators/sequenceEqual.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { Observer, OperatorFunction } from '../types';
* up; If any value pair doesn't match, the returned observable will emit `false` and complete. If one of the
* observables completes, the operator will wait for the other observable to complete; If the other
* observable emits before completing, the returned observable will emit `false` and complete. If one observable never
* completes or emits after the other complets, the returned observable will never complete.
* completes or emits after the other completes, the returned observable will never complete.
*
* ## Example
* figure out if the Konami code matches
Expand Down

0 comments on commit ced2fec

Please sign in to comment.