From 7bb781d4c313ee742fd048ca3c52e7a82d3451fb Mon Sep 17 00:00:00 2001 From: Benny Date: Fri, 24 Feb 2023 15:41:16 +0800 Subject: [PATCH] fix: duplicate in the example --- docs/hooks/create.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hooks/create.md b/docs/hooks/create.md index 633d660..360b895 100644 --- a/docs/hooks/create.md +++ b/docs/hooks/create.md @@ -100,7 +100,7 @@ function dispatchAction(queue, action) { 然后`queue.pending = update;`即`queue.pending = u0` ```js -queue.pending = u0 ---> u0 +queue.pending = u0 -----| ^ | | | ---------