Skip to content

Commit

Permalink
chore: fix some comments (#3913)
Browse files Browse the repository at this point in the history
Signed-off-by: redismongo <yuanchaowei@outlook.com>
  • Loading branch information
redismongo committed Apr 18, 2024
1 parent 134fdda commit e78db23
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/cli/src/bin/wasm-bindgen-test-runner/headless.rs
Expand Up @@ -343,7 +343,7 @@ enum Method<'a> {
}

// Below here is a bunch of details of the WebDriver protocol implementation.
// I'm not too too familiar with them myself, but these seem to work! I mostly
// I'm not too familiar with them myself, but these seem to work! I mostly
// copied the `webdriver-client` crate when writing the below bindings.

impl Client {
Expand Down
2 changes: 1 addition & 1 deletion crates/web-sys/webidls/enabled/Navigator.webidl
Expand Up @@ -106,7 +106,7 @@ partial interface Navigator {
readonly attribute Permissions permissions;
};

// Things that definitely need to be in the spec and and are not for some
// Things that definitely need to be in the spec and are not for some
// reason. See https://www.w3.org/Bugs/Public/show_bug.cgi?id=22406
partial interface Navigator {
[Throws]
Expand Down
2 changes: 1 addition & 1 deletion examples/raytrace-parallel/src/pool.rs
Expand Up @@ -67,7 +67,7 @@ impl WorkerPool {
/// message is sent to it.
fn spawn(&self) -> Result<Worker, JsValue> {
console_log!("spawning new worker");
// TODO: what do do about `./worker.js`:
// TODO: what to do about `./worker.js`:
//
// * the path is only known by the bundler. How can we, as a
// library, know what's going on?
Expand Down

0 comments on commit e78db23

Please sign in to comment.