File tree 3 files changed +3
-3
lines changed
cli/src/bin/wasm-bindgen-test-runner
examples/raytrace-parallel/src
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -343,7 +343,7 @@ enum Method<'a> {
343
343
}
344
344
345
345
// Below here is a bunch of details of the WebDriver protocol implementation.
346
- // I'm not too too familiar with them myself, but these seem to work! I mostly
346
+ // I'm not too familiar with them myself, but these seem to work! I mostly
347
347
// copied the `webdriver-client` crate when writing the below bindings.
348
348
349
349
impl Client {
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ partial interface Navigator {
106
106
readonly attribute Permissions permissions;
107
107
};
108
108
109
- // Things that definitely need to be in the spec and and are not for some
109
+ // Things that definitely need to be in the spec and are not for some
110
110
// reason. See https:// www.w3.org/ Bugs/ Public/ show_bug.cgi? id=22406
111
111
partial interface Navigator {
112
112
[Throws]
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ impl WorkerPool {
67
67
/// message is sent to it.
68
68
fn spawn ( & self ) -> Result < Worker , JsValue > {
69
69
console_log ! ( "spawning new worker" ) ;
70
- // TODO: what do do about `./worker.js`:
70
+ // TODO: what to do about `./worker.js`:
71
71
//
72
72
// * the path is only known by the bundler. How can we, as a
73
73
// library, know what's going on?
You can’t perform that action at this time.
0 commit comments