We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac22e6a commit 9a0be0eCopy full SHA for 9a0be0e
turbopack/crates/turbo-tasks/src/vc/resolved.rs
@@ -229,7 +229,7 @@ where
229
/// Returns `None` if the underlying value type does not implement `K`.
230
///
231
/// **Note:** if the trait `T` is required to implement `K`, use [`ResolvedVc::upcast`] instead.
232
- /// This provides stronger guarantees, removing the need for a [`Option`] return type.
+ /// That method provides stronger guarantees, removing the need for a [`Option`] return type.
233
234
/// See also: [`Vc::try_resolve_sidecast`].
235
pub fn try_sidecast<K>(this: Self) -> Option<ResolvedVc<K>>
0 commit comments