Skip to content

Commit bc0f11d

Browse files
committed
fix: typo
1 parent fc7f3e7 commit bc0f11d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guests/python/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ fn main() {
3535
/// This downloads the WASI SDK extracts it to the downloads directory. If the
3636
/// sdk already exists, this function returns early.
3737
///
38-
/// Retrurns:
38+
/// Returns:
3939
/// - `Ok(Some(String))`: Path to the WASI SDK sysroot if downloaded (i.e., if
4040
/// building for wasm32-wasip2 target)
4141
/// - `Ok(None)`: If not building for wasm32-wasip2 target

0 commit comments

Comments
 (0)