summaryrefslogtreecommitdiffstats
path: root/src/app/app.rs
diff options
context:
space:
mode:
authorKian-Meng Ang <kianmeng@cpan.org>2022-07-24 23:05:42 +0800
committerKian-Meng Ang <kianmeng@cpan.org>2022-07-24 23:05:42 +0800
commit41aee68a4d974b077408756127741b34b0b67ee8 (patch)
tree84c3f839ccbb55d9b9b1883153de35ef0ab4c7e5 /src/app/app.rs
parente8a5f7687ac9efd30d549ce2dd1b83e452506215 (diff)
fix typos
Diffstat (limited to 'src/app/app.rs')
-rw-r--r--src/app/app.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/app.rs b/src/app/app.rs
index 17ae9bc..6f7ce1f 100644
--- a/src/app/app.rs
+++ b/src/app/app.rs
@@ -120,7 +120,7 @@ impl App {
}
}
- /// return the current index of the panel whith given id
+ /// return the current index of the panel with given id
fn panel_id_to_idx(&self, id: PanelId) -> Option<usize> {
self.panels.iter().position(|panel| panel.id == id)
}