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

This commit is contained in:
Ahmet Kaan GÜMÜŞ 2024-04-08 13:51:14 +00:00 committed by GitHub
parent 7beacdf9c7
commit e03593cff7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.
///