diff options
author | cui fliter <imcusg@gmail.com> | 2024-03-04 22:28:57 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-04 14:28:57 +0000 |
commit | d4b3b39cc021bfac76e023eedd217fe0c2df9978 (patch) | |
tree | 6d1e72ffc8a0672dbf0e6c8b239930de2eaac8d6 /cli/graph_util.rs | |
parent | 11db68ce96dfe561da6d7f4938e412635dc688d7 (diff) |
chore: fix typos (#22677)
Diffstat (limited to 'cli/graph_util.rs')
-rw-r--r-- | cli/graph_util.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/graph_util.rs b/cli/graph_util.rs index 0ed591fb7..f1aa44328 100644 --- a/cli/graph_util.rs +++ b/cli/graph_util.rs @@ -166,7 +166,7 @@ pub fn graph_valid( } } -/// Checks the lockfile against the graph and and exits on errors. +/// Checks the lockfile against the graph and exits on errors. pub fn graph_lock_or_exit(graph: &ModuleGraph, lockfile: &mut Lockfile) { for module in graph.modules() { let source = match module { |