Skip to content

Commit d78ae31

Browse files
authored
Rollup merge of #101240 - JohnTitor:JohnTitor-patch-1, r=ehuss
Fix a typo on `wasm64-unknown-unknown` doc
2 parents 2e0b1d8 + cacc7bf commit d78ae31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/rustc/src/platform-support/wasm64-unknown-unknown.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ is 8-bytes large as well as pointers. The tradeoff, though, is that the maximum
3030
memory size is now the full 64-bit address space instead of the 4GB as limited
3131
by the 32-bit address space for `wasm32-unknown-unknown`.
3232

33-
This target is not a stable target. The [memory64] WebAssembly proposal is stil
33+
This target is not a stable target. The [memory64] WebAssembly proposal is still
3434
in-progress and not standardized. This means that there are not many engines
3535
which implement the `memory64` feature and if they do they're likely behind a
3636
flag, for example:

0 commit comments

Comments
 (0)