about summary refs log tree commit diff
diff options
context:
space:
mode:
authorYuki Okushi <jtitor@2k36.org>2022-08-31 22:27:37 +0900
committerGitHub <noreply@github.com>2022-08-31 22:27:37 +0900
commitcacc7bf5f0cc4b18f81809b2d61862f0224259d4 (patch)
tree0bd831098fd7a2eb8cd763c9823d657796684ece
parent12e4fd0755d7d976d4ee0f2004dc938290752ff7 (diff)
downloadrust-cacc7bf5f0cc4b18f81809b2d61862f0224259d4.tar.gz
rust-cacc7bf5f0cc4b18f81809b2d61862f0224259d4.zip
Fix a typo on `wasm64-unknown-unknown` doc
-rw-r--r--src/doc/rustc/src/platform-support/wasm64-unknown-unknown.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc/src/platform-support/wasm64-unknown-unknown.md b/src/doc/rustc/src/platform-support/wasm64-unknown-unknown.md
index 021b904debd..6932e6a5764 100644
--- a/src/doc/rustc/src/platform-support/wasm64-unknown-unknown.md
+++ b/src/doc/rustc/src/platform-support/wasm64-unknown-unknown.md
@@ -30,7 +30,7 @@ is 8-bytes large as well as pointers. The tradeoff, though, is that the maximum
 memory size is now the full 64-bit address space instead of the 4GB as limited
 by the 32-bit address space for `wasm32-unknown-unknown`.
 
-This target is not a stable target. The [memory64] WebAssembly proposal is stil
+This target is not a stable target. The [memory64] WebAssembly proposal is still
 in-progress and not standardized. This means that there are not many engines
 which implement the `memory64` feature and if they do they're likely behind a
 flag, for example: