Skip to content

Commit

Permalink
common.rs NFC docstring tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmoon79 committed Sep 18, 2023
1 parent 9bfb3ca commit 4084920
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/common.rs
Original file line number Diff line number Diff line change
@@ -485,7 +485,8 @@ impl<E> Eq for FileProcessingResult<E> {}
pub enum FileType {
/// an unset value, the default, encountering this value is an error
Unset,
/// a plain vanilla file, e.g. `file.log`
/// a plain vanilla file, e.g. `file.log`. Presumed to be a "syslog" file
/// as the term is loosely used in this project.
File,
/// a compressed gzipped file, e.g. `log.gz`,
/// (presumed to contain one regular file; see Issue #8)

0 comments on commit 4084920

Please sign in to comment.