Skip to content

Commit

Permalink
fixed typo in method docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tessi authored Jul 23, 2020
1 parent 98e5b7e commit d8af49a
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 d8af49a

Please sign in to comment.