Skip to content

Commit

Permalink
Spell check.
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Jun 24, 2024
1 parent 140369f commit 4833785
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .codespellexclude
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
afterAll(() => {
IssuePtrs mErrors;
return !mErrors.empty();
mErrors.push_back(issue);
return mErrors.size();
return mErrors;
mErrors.push_back(issue);
mErrors.clear();
return pimpl()->mErrors;

0 comments on commit 4833785

Please sign in to comment.