Skip to content

Commit 9a0be0e

Browse files
committed
make bots happy, pronouns are hard
1 parent ac22e6a commit 9a0be0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ where
229229
/// Returns `None` if the underlying value type does not implement `K`.
230230
///
231231
/// **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.
232+
/// That method provides stronger guarantees, removing the need for a [`Option`] return type.
233233
///
234234
/// See also: [`Vc::try_resolve_sidecast`].
235235
pub fn try_sidecast<K>(this: Self) -> Option<ResolvedVc<K>>

0 commit comments

Comments
 (0)