Skip to content

Commit

Permalink
chore: Typo/grammar check
Browse files Browse the repository at this point in the history
  • Loading branch information
VorpalBlade committed Jul 27, 2024
1 parent f5f9151 commit 3e7ed24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ pub fn medic<'iter>(
checks: impl Iterator<Item = &'iter Check>,
) -> Result<CheckResult, MedicError> {
let mut worst_issues_found = CheckResult::Ok;
// Buffer output messages so that we can format them in a nice tabl
// Buffer output messages so that we can format them in a nice table
let mut results = vec![];

for Check { name, func } in checks {
Expand Down

0 comments on commit 3e7ed24

Please sign in to comment.