diff options
author | 2020-01-20 10:49:25 +0100 | |
---|---|---|
committer | 2020-01-20 10:49:25 +0100 | |
commit | 91d9d65a03ce9b211e4043726e7424949d314325 (patch) | |
tree | bc1609b71b88437fc7497af339b6427f63121c76 /futures/src/executor/wasm_bindgen.rs | |
parent | 7bb6411dfc6797c567a96ff940fc72f3a6747ff4 (diff) | |
download | iced-91d9d65a03ce9b211e4043726e7424949d314325.tar.gz iced-91d9d65a03ce9b211e4043726e7424949d314325.tar.bz2 iced-91d9d65a03ce9b211e4043726e7424949d314325.zip |
Improve consistency in executor documentation
Diffstat (limited to 'futures/src/executor/wasm_bindgen.rs')
-rw-r--r-- | futures/src/executor/wasm_bindgen.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/futures/src/executor/wasm_bindgen.rs b/futures/src/executor/wasm_bindgen.rs index 2a12a1c0..69b7c7e2 100644 --- a/futures/src/executor/wasm_bindgen.rs +++ b/futures/src/executor/wasm_bindgen.rs @@ -1,6 +1,6 @@ use crate::Executor; -/// A type representing a `wasm-bindgen-futures` runtime. +/// A `wasm-bindgen-futures` runtime. #[derive(Debug)] pub struct WasmBindgen; |