Browse Source

Fix documentation copy-paste typo (#9133)

pull/9076/head
Nick Fitzgerald 3 months ago
committed by GitHub
parent
commit
dc7fd3e454
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      crates/wasmtime/src/runtime/gc/enabled/anyref.rs

4
crates/wasmtime/src/runtime/gc/enabled/anyref.rs

@ -408,8 +408,8 @@ impl AnyRef {
} }
} }
/// Downcast this `anyref` to an `i31`, panicking if this `anyref` is not a /// Downcast this `anyref` to a `structref`, panicking if this `anyref` is
/// `struct`. /// not a `structref`.
/// ///
/// # Errors /// # Errors
/// ///

Loading…
Cancel
Save