Skip to content

Commit b53c038

Browse files
authored
Clarify documentation on to_resolved. s/strongly/statically/ (#78560)
Total nit. As soon as i saw the word `strongly` i thought: 'huh, maybe there is a circumstance where this doesn't hold', which isn't true, so lets fix the doc
1 parent 27d2fa2 commit b53c038

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)