Skip to content

Commit ae10acf

Browse files
konstinzanieb
andauthored
Update crates/uv/src/commands/project/add.rs
Co-authored-by: Zanie Blue <[email protected]>
1 parent 1a61f34 commit ae10acf

File tree

1 file changed

+1
-1
lines changed
  • crates/uv/src/commands/project

1 file changed

+1
-1
lines changed

crates/uv/src/commands/project/add.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ pub(crate) async fn add(
9696
) -> Result<ExitStatus> {
9797
if bounds.is_some() && preview.is_disabled() {
9898
warn_user_once!(
99-
"The bounds option is in preview and its configuration may change in any future release."
99+
"The bounds option is in preview and may change in any future release."
100100
);
101101
}
102102

0 commit comments

Comments
 (0)