Skip to content

Commit

Permalink
Update 6-to-7-change-summary.md (#6371)
Browse files Browse the repository at this point in the history
a typo
  • Loading branch information
xp44mm committed May 6, 2021
1 parent f9d29f7 commit 2931fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs_app/content/6-to-7-change-summary.md
Expand Up @@ -382,7 +382,7 @@ This document contains a detailed list of changes between RxJS 6.x and RxJS 7.x,

### zipWith, concatWith, mergeWith, raceWith

- Simply renamed versions of the operators `zip`, `concat`, `mergeWith`, and `race`. So we can deprecate those old names and use the new names without collisions.
- Simply renamed versions of the operators `zip`, `concat`, `merge`, and `race`. So we can deprecate those old names and use the new names without collisions.

# module `rxjs/ajax`

Expand Down

0 comments on commit 2931fed

Please sign in to comment.