Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Canop committed Jan 27, 2025
1 parent 04af757 commit d3d8aa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jobs/job.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ pub struct Job {
#[serde(default = "default_true")]
pub extraneous_args: bool,

/// A lit of glob patterns to ignore
/// A list of glob patterns to ignore
#[serde(default)]
pub ignore: Vec<String>,

Expand Down

0 comments on commit d3d8aa1

Please sign in to comment.