Skip to content

Commit

Permalink
Fixed a typo in comments instad->instead
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkuhta authored Jan 22, 2022
1 parent db628d6 commit 6979066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch_02/tricoder/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ fn main() -> Result<(), anyhow::Error> {
.build()
.unwrap();

// pool.install is required to use our custom threadpool, instad of rayon's default one
// pool.install is required to use our custom threadpool, instead of rayon's default one
pool.install(|| {
let scan_result: Vec<Subdomain> = subdomains::enumerate(&http_client, target)
.unwrap()
Expand Down

0 comments on commit 6979066

Please sign in to comment.