Improve consistency in executor documentation

This commit is contained in:
Héctor Ramón Jiménez 2020-01-20 10:49:25 +01:00
parent 7bb6411dfc
commit 91d9d65a03
4 changed files with 4 additions and 4 deletions

View file

@ -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;