Skip to content

Commit

Permalink
Merge pull request wasmerio#185 from tessi/patch-1
Browse files Browse the repository at this point in the history
fixed typo in method docs
  • Loading branch information
syrusakbary authored Jul 23, 2020
2 parents cd294ec + d8af49a commit 3d9e950
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/wasi/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ pub enum WasiError {
}

/// The environment provided to the WASI imports.
/// It
#[derive(Clone)]
pub struct WasiEnv {
state: Arc<Mutex<WasiState>>,
Expand Down

0 comments on commit 3d9e950

Please sign in to comment.