Skip to content

Commit 77507c9

Browse files
committed
Auto merge of #3896 - dswij:fix-krate-download-docs, r=Turbo87
Update documentation on krate::downloads controller Fix some typo and inaccurate documentation where version specific download counts should be in `version::downloads` instead of `krate::downloads` (which is the current file)
2 parents e2b9351 + aad0f97 commit 77507c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/controllers/krate/downloads.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//! Endpoint for exposing crate download counts
22
//!
3-
//! The enpoints for download a crate and exposing version specific
4-
//! download counts are located in `krate::downloads`.
3+
//! The endpoint for downloading a crate and exposing version specific
4+
//! download counts are located in `version::downloads`.
55
66
use std::cmp;
77

0 commit comments

Comments
 (0)