Przeglądaj źródła

bin/tau: minor comment fix

Dastan-glitch 3 lat temu
rodzic
commit
0ae74b43d4
1 zmienionych plików z 1 dodań i 1 usunięć
  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