Fix typo (#89)

* Fix typo in README.md

* Fix typo in .clang-tidy
This commit is contained in:
Zhuo Zhang
2025-03-05 08:32:59 +08:00
committed by GitHub
parent 33da06420f
commit 8307bce16e
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ Checks: >
bugprone-integer-division,
bugprone-macro-repeated-side-effects,
bugprone-misplaced-operator-in-strlen-in-alloc,
bugprone-misplaced-pointer-artithmetic-in-alloc,
bugprone-misplaced-pointer-arithmetic-in-alloc,
bugprone-misplaced-widening-cast,
bugprone-move-forwarding-reference,
bugprone-multiple-statement-macro,