From 2931fed51ab06d5e124924578b4b185f40fbe995 Mon Sep 17 00:00:00 2001 From: xp44mm <34696643@qq.com> Date: Thu, 6 May 2021 19:35:00 +0800 Subject: [PATCH] Update 6-to-7-change-summary.md (#6371) a typo --- docs_app/content/6-to-7-change-summary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs_app/content/6-to-7-change-summary.md b/docs_app/content/6-to-7-change-summary.md index 2fbc593b67..6bd300cd24 100644 --- a/docs_app/content/6-to-7-change-summary.md +++ b/docs_app/content/6-to-7-change-summary.md @@ -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`