浏览代码

docs: :pencil2: unnecessary need to in global_context.rs (#2268)

Ahmet Kaan GÜMÜŞ 1 年之前
父节点
当前提交
e03593cff7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/core/src/global_context.rs

+ 1 - 1
packages/core/src/global_context.rs

@@ -58,7 +58,7 @@ pub fn suspend(task: Task) -> Element {
 
 /// Start a new future on the same thread as the rest of the VirtualDom.
 ///
-/// **You should generally use `spawn` instead of this method unless you specifically need to need to run a task during suspense**
+/// **You should generally use `spawn` instead of this method unless you specifically need to run a task during suspense**
 ///
 /// This future will not contribute to suspense resolving but it will run during suspense.
 ///