Skip to content

Commit

Permalink
fix: Typed one more word (#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
baerwang committed May 9, 2024
1 parent 6185835 commit 2c7e375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/browser/tab/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ impl Tab {
/// assert_eq!(attrs["id"], "foobar");
/// #
/// # Ok(())
/// # }z
/// # }
/// ```
pub fn find_element(&self, selector: &str) -> Result<Element<'_>> {
let root_node_id = self.get_document()?.node_id;
Expand Down

0 comments on commit 2c7e375

Please sign in to comment.