Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Aug 9, 2024
1 parent b6dd7f0 commit e2f9ac8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/uv-cli/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -586,8 +586,8 @@ pub enum ProjectCommand {
Remove(RemoveArgs),
/// Update the project's environment (experimental).
///
/// Syncing ensures that all dependencies of the project are installed and
/// up to date with the lockfile. Syncing also removes packages that are not
/// Syncing ensures that all project dependencies are installed and
/// up-to-date with the lockfile. Syncing also removes packages that are not
/// declared as dependencies of the project.
///
/// If the project virtual environment (`.venv`) does not exist, it will be
Expand Down

0 comments on commit e2f9ac8

Please sign in to comment.