From d4b3b39cc021bfac76e023eedd217fe0c2df9978 Mon Sep 17 00:00:00 2001 From: cui fliter Date: Mon, 4 Mar 2024 22:28:57 +0800 Subject: chore: fix typos (#22677) --- cli/graph_util.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/graph_util.rs') 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 { -- cgit v1.2.3