We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9e25df commit 9068acbCopy full SHA for 9068acb
src/controllers/version/downloads.rs
@@ -97,7 +97,7 @@ pub async fn download(
97
//
98
// Thankfully Cargo always uses the right name when calling the endpoint, and we can
99
// keep it working during a full database outage by unconditionally redirecting without
100
- // checking whether the crate exists or the rigth name is used. Non-Cargo clients might
+ // checking whether the crate exists or the right name is used. Non-Cargo clients might
101
// get a 404 response instead of a 500, but that's worth it.
102
103
// Without a working database we also can't count downloads, but that's also less
0 commit comments