Skip to content

Commit 1d54868

Browse files
committed
Clarify documentation on to_resolved. s/strongly/statically/
1 parent a15b48c commit 1d54868

File tree

1 file changed

+1
-1
lines changed
  • turbopack/crates/turbo-tasks/src/vc

1 file changed

+1
-1
lines changed

turbopack/crates/turbo-tasks/src/vc/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ where
431431
}
432432

433433
/// Resolve the reference until it points to a cell directly, and wrap the
434-
/// result in a [`ResolvedVc`], which strongly guarantees that the
434+
/// result in a [`ResolvedVc`], which statically guarantees that the
435435
/// [`Vc`] was resolved.
436436
pub async fn to_resolved(self) -> Result<ResolvedVc<T>> {
437437
Ok(ResolvedVc {

0 commit comments

Comments
 (0)