Skip to content

Commit

Permalink
Fix documentation in worker example (#4110)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adimac93 committed Sep 16, 2024
1 parent d661f30 commit 71af617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/wasm-in-web-worker/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use web_sys::{console, HtmlElement, HtmlInputElement, MessageEvent, Worker};
///
/// This struct will be the main object which responds to messages passed to the
/// worker. It stores the last number which it was passed to have a state. The
/// statefulness is not is not required in this example but should show how
/// statefulness is not required in this example but should show how
/// larger, more complex scenarios with statefulness can be set up.
#[wasm_bindgen]
pub struct NumberEval {
Expand Down

0 comments on commit 71af617

Please sign in to comment.