Fix typo in traits.rs (#3574)

## Summary

Fixes a typo in a comment

## Test Plan

I assume there's no need to test comment changes, other than having a
human check they make sense. That's what this PR is for 😉
This commit is contained in:
Adolfo Ochagavía 2024-05-14 13:57:38 +02:00 committed by GitHub
parent 7c1c5df968
commit 0ef925aa92
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -46,7 +46,7 @@ use crate::BuildIsolation;
/// ```
///
/// Put in a different way, the types here allow `uv-resolver` to depend on `uv-build` and
/// `uv-build` to depend on `uv-resolver` which having actual crate dependencies between
/// `uv-build` to depend on `uv-resolver` without having actual crate dependencies between
/// them.
pub trait BuildContext {
type SourceDistBuilder: SourceBuildTrait;