From d8c41481ec884cc5166bcfadd95674ff7b2e918d Mon Sep 17 00:00:00 2001 From: konsti Date: Fri, 23 Aug 2024 09:45:39 +0200 Subject: [PATCH] Fix generated docs (#6496) Follow-up to #6494 --- crates/uv-cli/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/uv-cli/src/lib.rs b/crates/uv-cli/src/lib.rs index c0768193d..5ceaaf1f1 100644 --- a/crates/uv-cli/src/lib.rs +++ b/crates/uv-cli/src/lib.rs @@ -560,7 +560,7 @@ pub enum ProjectCommand { /// /// If a given dependency exists already, it will be updated to the new version specifier unless /// it includes markers that differ from the existing specifier in which case another entry for - /// the depenedency will be added. + /// the dependency will be added. /// /// If no constraint or URL is provided for a dependency, a lower bound is added equal to the /// latest compatible version of the package, e.g., `>=1.2.3`, unless `--frozen` is provided, in