Bladeren bron

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

Ahmet Kaan GÜMÜŞ 1 jaar geleden
bovenliggende
commit
e03593cff7
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  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.
 ///