dankeyy %!s(int64=2) %!d(string=hai) anos
pai
achega
2c32c589f1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/output/file_name.rs

+ 1 - 1
src/output/file_name.rs

@@ -313,7 +313,7 @@ impl<'a, 'dir, C: Colours> FileName<'a, 'dir, C> {
     }
 
     // An adapted version of escape::escape.
-    // afaik of all the calls to escape::escape, only for colored_file_name the call to escape needs to checked for hyper links
+    // afaik of all the calls to escape::escape, only for escaped_file_name, the call to escape needs to be checked for hyper links
     // and if that's the case then I think it's best to not try and generalize escape::escape to this case,
     // as this adaptation would incur some unneeded operations there
     pub fn escape_color_and_hyperlinks(&self, bits: &mut Vec<ANSIString<'_>>, good: Style, bad: Style) {