Skip to content

Commit 1173c91

Browse files
committed
[doc] frontends
1 parent 03202b9 commit 1173c91

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

frontends/rioterm/src/hints.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pub struct HintState {
1212
/// Visible matches for the current hint
1313
matches: Vec<HintMatch>,
1414

15-
/// Labels for each match (as Vec<char>)
15+
/// Labels for each match (as `Vec<char>`)
1616
labels: Vec<Vec<char>>,
1717

1818
/// Keys pressed so far for hint selection

frontends/rioterm/src/screen/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ impl Screen<'_> {
687687
}
688688
}
689689

690-
/// Check whether we should try to build escape sequence for the [`KeyEvent`].
690+
/// Check whether we should try to build escape sequence for the [`KeyEvent`](rio_window::event::KeyEvent).
691691
fn should_build_sequence(
692692
key: &rio_window::event::KeyEvent,
693693
text: &str,

0 commit comments

Comments
 (0)