From fcdfd16e44d9e5ef0f15ac2b87ae0b83efe00741 Mon Sep 17 00:00:00 2001 From: huangzhhui Date: Thu, 10 Oct 2019 18:25:23 +0800 Subject: [PATCH] Fixed typo --- doc/zh/coroutine.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/zh/coroutine.md b/doc/zh/coroutine.md index 17a0ad5d7..2dcb290cc 100644 --- a/doc/zh/coroutine.md +++ b/doc/zh/coroutine.md @@ -259,11 +259,11 @@ $foo = Context::has('foo'); ```php withAddedHeader('foo', 'bar'); }); ``` \ No newline at end of file