We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5246b71 commit e1a65beCopy full SHA for e1a65be
1 file changed
src/rank.rs
@@ -55,7 +55,7 @@ impl Rank {
55
Rank::from_index(self.to_index().wrapping_sub(1))
56
}
57
58
- /// Go one file up. If impossible, wrap around.
+ /// Go one rank up. If impossible, wrap around.
59
#[inline]
60
pub fn up(&self) -> Rank {
61
Rank::from_index(self.to_index() + 1)
0 commit comments