We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec5262d commit ca7f548Copy full SHA for ca7f548
src/widgets/tab.rs
@@ -402,7 +402,7 @@ impl Tab {
402
403
let h = { imp.history.borrow_mut().get(i).cloned() };
404
h.map(|x| self.spawn_request(self.open_history(x)))
405
- .context("retrieving previous item from history")
+ .context("retrieving next item from history")
406
}
407
pub fn display_error(&self, error: anyhow::Error) {
408
let imp = self.imp();
0 commit comments