From 4f66337df2b71959bcce5e22f4efe4799ca6c3d2 Mon Sep 17 00:00:00 2001 From: r00ster Date: Fri, 14 May 2021 22:03:00 +0200 Subject: [PATCH] Expand WASI abbreviation in docs --- library/std/src/os/wasi/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/std/src/os/wasi/mod.rs b/library/std/src/os/wasi/mod.rs index 66edb953677b3..44b7c32e95617 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