From ed1e50cba6a5a194986b3effad41ef3ea5b84594 Mon Sep 17 00:00:00 2001 From: Dominik Moritz Date: Sat, 23 Jan 2021 11:49:01 +0100 Subject: [PATCH] Fix typo --- guide/src/reference/weak-references.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.