about summary refs log tree commit diff
diff options
context:
space:
mode:
authorr00ster <r00ster91@protonmail.com>2021-05-14 22:03:00 +0200
committerGitHub <noreply@github.com>2021-05-14 22:03:00 +0200
commit4f66337df2b71959bcce5e22f4efe4799ca6c3d2 (patch)
tree02409b8b2d91ac43f5b8b645966f40280b782f0b
parent1025db84a68b948139b5adcd55da31bce32da8f3 (diff)
downloadrust-4f66337df2b71959bcce5e22f4efe4799ca6c3d2.tar.gz
rust-4f66337df2b71959bcce5e22f4efe4799ca6c3d2.zip
Expand WASI abbreviation in docs
-rw-r--r--library/std/src/os/wasi/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/os/wasi/mod.rs b/library/std/src/os/wasi/mod.rs
index 66edb953677..44b7c32e956 100644
--- a/library/std/src/os/wasi/mod.rs
+++ b/library/std/src/os/wasi/mod.rs
@@ -1,4 +1,4 @@
-//! Platform-specific extensions to `std` for WASI.
+//! Platform-specific extensions to `std` for the WebAssembly System Interface (WASI).
 //!
 //! Provides access to platform-level information on WASI, and exposes
 //! WASI-specific functions that would otherwise be inappropriate as