Skip to content

Commit e1a65be

Browse files
committed
typo
1 parent 5246b71 commit e1a65be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/rank.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ impl Rank {
5555
Rank::from_index(self.to_index().wrapping_sub(1))
5656
}
5757

58-
/// Go one file up. If impossible, wrap around.
58+
/// Go one rank up. If impossible, wrap around.
5959
#[inline]
6060
pub fn up(&self) -> Rank {
6161
Rank::from_index(self.to_index() + 1)

0 commit comments

Comments
 (0)