Skip to content

Commit 2331392

Browse files
Turbo87JohnTitor
andcommitted
controllers::version::yank: Fix typo
Co-authored-by: Yuki Okushi <[email protected]>
1 parent 548d142 commit 2331392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controllers/version/yank.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ fn modify_yank(req: &mut dyn RequestExt, yanked: bool) -> EndpointResult {
4545
}
4646

4747
if version.yanked == yanked {
48-
// The crate is alread in the state requested, nothing to do
48+
// The crate is already in the state requested, nothing to do
4949
return ok_true();
5050
}
5151

0 commit comments

Comments
 (0)