Skip to content

Commit 8a1403a

Browse files
authored
Rollup merge of #85302 - r00ster91:patch-7, r=joshtriplett
Expand WASI abbreviation in docs I was pretty sure this was related to something for WebAssembly but wasn't 100% sure so I checked but even on these top-level docs I couldn't find the abbreviation expanded. I'm normally used to Rust docs being detailed and explanatory and writing abbreviations like this out in full at least once so I thought it was worth the change. Feel free to close this if it's too much.
2 parents b93753e + 4f66337 commit 8a1403a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/os/wasi/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! Platform-specific extensions to `std` for WASI.
1+
//! Platform-specific extensions to `std` for the WebAssembly System Interface (WASI).
22
//!
33
//! Provides access to platform-level information on WASI, and exposes
44
//! WASI-specific functions that would otherwise be inappropriate as

0 commit comments

Comments
 (0)