Procházet zdrojové kódy

bin/tau: minor comment fix

Dastan-glitch před 3 roky
rodič
revize
0ae74b43d4
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      bin/tau/tau-cli/src/filter.rs

+ 1 - 1
bin/tau/tau-cli/src/filter.rs

@@ -52,7 +52,7 @@ pub fn apply_filter(tasks: &mut Vec<TaskInfo>, filter: &str) {
             }
         }
 
-        // Filter by month
+        // Filter by tag
         _ if filter.starts_with('+') => tasks.retain(|task| task.tags.contains(&filter.into())),
 
         // Filter by month