fix: typo in uv main (#10205)

This commit is contained in:
Domenico 2024-12-27 19:43:00 +01:00 committed by GitHub
parent 1fb7f352b1
commit 8992f5524c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1704,7 +1704,7 @@ async fn run_project(
/// uv binary interface is the official public API. When using this entry
/// point, uv assumes it is running in a process it controls and that the
/// entire process lifetime is managed by uv. Unexpected behavior may be
/// encountered if this entry pointis called multiple times in a single process.
/// encountered if this entry point is called multiple times in a single process.
pub fn main<I, T>(args: I) -> ExitCode
where
I: IntoIterator<Item = T>,