Merge pull request #2406 from fitzgen/remove-typo

wasmtime: Remove typo in doc comment
This commit is contained in:
Nick Fitzgerald
2020-11-17 10:39:12 -08:00
committed by GitHub

View File

@@ -29,7 +29,7 @@ impl ExternRef {
self.inner.strong_count() 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 /// This is *only* pointer equality, and does *not* run any inner value's
/// `Eq` implementation. /// `Eq` implementation.