Skip to content

Commit e78db23

Browse files
author
redismongo
authored
chore: fix some comments (#3913)
Signed-off-by: redismongo <[email protected]>
1 parent 134fdda commit e78db23

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

crates/cli/src/bin/wasm-bindgen-test-runner/headless.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ enum Method<'a> {
343343
}
344344

345345
// 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
347347
// copied the `webdriver-client` crate when writing the below bindings.
348348

349349
impl Client {

crates/web-sys/webidls/enabled/Navigator.webidl

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ partial interface Navigator {
106106
readonly attribute Permissions permissions;
107107
};
108108

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
110110
// reason. See https://www.w3.org/Bugs/Public/show_bug.cgi?id=22406
111111
partial interface Navigator {
112112
[Throws]

examples/raytrace-parallel/src/pool.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ impl WorkerPool {
6767
/// message is sent to it.
6868
fn spawn(&self) -> Result<Worker, JsValue> {
6969
console_log!("spawning new worker");
70-
// TODO: what do do about `./worker.js`:
70+
// TODO: what to do about `./worker.js`:
7171
//
7272
// * the path is only known by the bundler. How can we, as a
7373
// library, know what's going on?

0 commit comments

Comments
 (0)