summaryrefslogtreecommitdiffstats
path: root/crates/core/args.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/core/args.rs')
-rw-r--r--crates/core/args.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/core/args.rs b/crates/core/args.rs
index 6623cbd5..687bf2db 100644
--- a/crates/core/args.rs
+++ b/crates/core/args.rs
@@ -104,7 +104,7 @@ struct ArgsImp {
///
/// It's important that this is only built once, since building this goes
/// through regex compilation and various types of analyses. That is, if
- /// you need many of theses (one per thread, for example), it is better to
+ /// you need many of these (one per thread, for example), it is better to
/// build it once and then clone it.
matcher: PatternMatcher,
/// The paths provided at the command line. This is guaranteed to be