Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pubgrub_crate/dep_provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down