summaryrefslogtreecommitdiffstats
path: root/src/browser_states.rs
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2020-01-16 11:34:55 +0100
committerCanop <cano.petrole@gmail.com>2020-01-16 11:34:55 +0100
commited426d474e52dc654dfa64d0f2a258eb46a551c0 (patch)
tree892ca97c88fdcf03f837e154d32ff0da7b58a850 /src/browser_states.rs
parentb56e57840e7620ccf1b340c092a4e87d49a68843 (diff)
improve style consistency of the help page
Diffstat (limited to 'src/browser_states.rs')
-rw-r--r--src/browser_states.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/browser_states.rs b/src/browser_states.rs
index 0d6bb08..70959dd 100644
--- a/src/browser_states.rs
+++ b/src/browser_states.rs
@@ -28,7 +28,7 @@ pub struct BrowserState {
pub tree: Tree,
pub filtered_tree: Option<Tree>,
pub pending_pattern: Pattern, // a pattern (or not) which has not yet be applied
- pub total_search_required: bool, // whether the pending pattern should be done in total search mode
+ pub total_search_required: bool, // whether the pending pattern should be in total search mode
}
impl BrowserState {