From 71005dbb37471b1ec7d5328f97f279718aa0c6db Mon Sep 17 00:00:00 2001 From: Zhicheng WANG Date: Fri, 22 Feb 2019 02:49:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=96=87=E5=AD=97=E7=BB=86=E4=BF=AE?= =?UTF-8?q?=EF=BC=9A=E5=A4=8D=E6=9C=AC=20=3D=3D>=20=E5=89=AF=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aio/content/guide/http.md | 2 +- aio/content/guide/quickstart.md | 2 +- aio/content/guide/releases.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/aio/content/guide/http.md b/aio/content/guide/http.md index c7a0436353..63684fa0ad 100644 --- a/aio/content/guide/http.md +++ b/aio/content/guide/http.md @@ -1080,7 +1080,7 @@ it can't prevent you from modifying a property of a request body object. If you must mutate the request body, copy it first, change the copy, `clone()` the request, and set the clone's body with the new body, as in the following example. -如果你必须修改请求体,那么就要先复制它,然后修改这个复本,`clone()` 这个请求,然后把这个请求体的复本作为新的请求体,例子如下: +如果你必须修改请求体,那么就要先复制它,然后修改这个副本,`clone()` 这个请求,然后把这个请求体的副本作为新的请求体,例子如下: