Fix generated docs (#6496)

Follow-up to #6494
This commit is contained in:
konsti 2024-08-23 09:45:39 +02:00 committed by GitHub
parent 6bd677d60d
commit d8c41481ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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