Skip to content

Commit

Permalink
Fix generated docs (#6496)
Browse files Browse the repository at this point in the history
Follow-up to #6494
  • Loading branch information
konstin committed Aug 23, 2024
1 parent 6bd677d commit d8c4148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/uv-cli/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d8c4148

Please sign in to comment.