Explorar el Código

bin/tau: minor comment fix

Dastan-glitch hace 3 años
padre
commit
0ae74b43d4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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