mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-16 18:20:51 +00:00
Merge pull request #1138 from tomhoule/fix-small-formatting-issue
Fix tiny comment formatting issue in docs
This commit is contained in:
commit
929be71c32
@ -52,7 +52,7 @@ use throw_str;
|
||||
/// #[wasm_bindgen]
|
||||
/// pub fn run() -> ClosureHandle {
|
||||
/// // First up we use `Closure::wrap` to wrap up a Rust closure and create
|
||||
/// a JS closure.
|
||||
/// // a JS closure.
|
||||
/// let cb = Closure::wrap(Box::new(move || {
|
||||
/// log("timeout elapsed!");
|
||||
/// }) as Box<FnMut()>);
|
||||
|
Loading…
x
Reference in New Issue
Block a user