diff --git a/guide/src/reference/weak-references.md b/guide/src/reference/weak-references.md index ab557191349..00e7fc328ad 100644 --- a/guide/src/reference/weak-references.md +++ b/guide/src/reference/weak-references.md @@ -1,6 +1,6 @@ # Support for Weak References -By default wasm-bindgen does not uses the [TC39 weak references +By default wasm-bindgen does not use the [TC39 weak references proposal](https://github.com/tc39/proposal-weakrefs). This proposal just advanced to stage 4 at the time of this writing, but it will still stake some time for support to percolate into all the major browsers.