Skip to content

Commit

Permalink
[rust] Minor typo-fix in warninig trace
Browse files Browse the repository at this point in the history
  • Loading branch information
bonigarcia committed Apr 12, 2024
1 parent 8001566 commit 9ab4f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ pub trait SeleniumManager {
Ok(Some(browser_binary_path))
} else {
self.get_logger().warn(format!(
"Expected {} path does not exists: {}",
"Expected {} path does not exist: {}",
self.get_browser_name(),
browser_binary_path.display()
));
Expand Down

0 comments on commit 9ab4f75

Please sign in to comment.