We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc7f3e7 commit bc0f11dCopy full SHA for bc0f11d
guests/python/build.rs
@@ -35,7 +35,7 @@ fn main() {
35
/// This downloads the WASI SDK extracts it to the downloads directory. If the
36
/// sdk already exists, this function returns early.
37
///
38
-/// Retrurns:
+/// Returns:
39
/// - `Ok(Some(String))`: Path to the WASI SDK sysroot if downloaded (i.e., if
40
/// building for wasm32-wasip2 target)
41
/// - `Ok(None)`: If not building for wasm32-wasip2 target
0 commit comments