Skip to content

Commit bef331c

Browse files
committed
Doc nit
1 parent f48e67c commit bef331c

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

src/displayrotation.rs

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
11
//! Display rotation
22
3-
// TODO: Add to prelude
4-
/// Display rotation.
5-
///
6-
/// Note that 90º and 270º rotations are not supported by
7-
// [`TerminalMode`](../mode/terminal/struct.TerminalMode.html).
3+
/// Display rotation
84
#[derive(Clone, Copy)]
95
pub enum DisplayRotation {
106
/// No rotation, normal display
117
Rotate0,
12-
/// Rotate by 90 degress clockwise
8+
/// Rotate by 90 degrees clockwise
139
Rotate90,
14-
/// Rotate by 180 degress clockwise
10+
/// Rotate by 180 degrees clockwise
1511
Rotate180,
16-
/// Rotate 270 degress clockwise
12+
/// Rotate 270 degrees clockwise
1713
Rotate270,
1814
}

0 commit comments

Comments
 (0)