docs: fix numerous typos

This commit is contained in:
Jack Wills
2025-09-27 21:34:07 +00:00
parent 6d424c8b0b
commit 618a43b501
14 changed files with 17 additions and 20 deletions
+1 -1
View File
@@ -661,7 +661,7 @@ impl AppData {
})
}
/// If scrolling horiztonally along the logs, display a counter of the position in the in the scroll, `x/y`
/// If scrolling horizontally along the logs, display a counter of the position in the in the scroll, `x/y`
pub fn get_scroll_title(&mut self, width: u16) -> Option<String> {
self.get_mut_selected_container()
.and_then(|i| i.logs.get_scroll_title(width))