Skip to content

Commit 54e05aa

Browse files
Modify_inconsistency (#812)
1 parent 4de6053 commit 54e05aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cursive-core/src/event.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ impl Key {
439439
///
440440
/// # Panics
441441
///
442-
/// If `n == 0 || n > 12`
442+
/// If `n > 12`
443443
pub fn from_f(n: u8) -> Key {
444444
match n {
445445
0 => Key::F0,

0 commit comments

Comments
 (0)