Browse Source

wasmtime: Remove typo in doc comment

pull/2406/head
Nick Fitzgerald 4 years ago
parent
commit
02156eaef3
  1. 2
      crates/wasmtime/src/ref.rs

2
crates/wasmtime/src/ref.rs

@ -29,7 +29,7 @@ impl ExternRef {
self.inner.strong_count()
}
/// Does this `ExternRef` point to the same inner value as `other`?0
/// Does this `ExternRef` point to the same inner value as `other`?
///
/// This is *only* pointer equality, and does *not* run any inner value's
/// `Eq` implementation.

Loading…
Cancel
Save