diff --git a/src/pubgrub_crate/dep_provider.md b/src/pubgrub_crate/dep_provider.md index 2aa433e..c6de539 100644 --- a/src/pubgrub_crate/dep_provider.md +++ b/src/pubgrub_crate/dep_provider.md @@ -40,7 +40,7 @@ PubGrub is generic over all its internal types. You need: } ``` -- A package priority `Priority that implements `Ord + +- A package priority `Priority` that implements `Ord + Clone`, for example `usize` - A type for custom incompatibilities `Incompatibility` that implements `Eq + Clone + Debug + Display`, for example `String`