summaryrefslogtreecommitdiffstats
path: root/crates/core/args.rs
diff options
context:
space:
mode:
authorKian-Meng Ang <kianmeng.ang@gmail.com>2022-06-24 21:58:20 +0800
committerGitHub <noreply@github.com>2022-06-24 09:58:20 -0400
commit0aa31676e331dd2f3660a454609113d374701a82 (patch)
treeefd5db82e26858bed2de8cba7c2b4d7b4785e23f /crates/core/args.rs
parent9f0e88bcb14e02da1b88872435b17d74786640b5 (diff)
doc: fix typos
PR #2245
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