diff options
| author | r00ster <r00ster91@protonmail.com> | 2021-05-14 22:03:00 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-14 22:03:00 +0200 |
| commit | 4f66337df2b71959bcce5e22f4efe4799ca6c3d2 (patch) | |
| tree | 02409b8b2d91ac43f5b8b645966f40280b782f0b | |
| parent | 1025db84a68b948139b5adcd55da31bce32da8f3 (diff) | |
| download | rust-4f66337df2b71959bcce5e22f4efe4799ca6c3d2.tar.gz rust-4f66337df2b71959bcce5e22f4efe4799ca6c3d2.zip | |
Expand WASI abbreviation in docs
| -rw-r--r-- | library/std/src/os/wasi/mod.rs | 2 |
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 |
