Skip to content

Commit

Permalink
Fixes typo in README
Browse files Browse the repository at this point in the history
Fixes a tiny typo: ~defautl~ to default.
  • Loading branch information
say4n authored and tavianator committed Dec 27, 2023
1 parent 9529f30 commit aeb4a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ Benchmark 2: find ~ -iname '*[0-9].jpg'
```

Now let's try the same for `fd`. Note that `fd` performs a regular expression
search by defautl. The options `-u`/`--unrestricted` option is needed here for
search by default. The options `-u`/`--unrestricted` option is needed here for
a fair comparison. Otherwise `fd` does not have to traverse hidden folders and
ignored paths (see below):
```
Expand Down

0 comments on commit aeb4a5f

Please sign in to comment.