dotnet / roslyn-analyzers

MIT License
1.55k stars 460 forks source link

Fix some typos #7298

Closed raulsntos closed 2 months ago

raulsntos commented 2 months ago

This is a small PR as requested in https://github.com/dotnet/roslyn-analyzers/pull/7226#issuecomment-2063873827.

raulsntos commented 2 months ago

@dotnet-policy-service agree

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.47%. Comparing base (b07c100) to head (a647f3a).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #7298 +/- ## ========================================== - Coverage 96.48% 96.47% -0.01% ========================================== Files 1443 1443 Lines 345394 345394 Branches 11364 11364 ========================================== - Hits 333240 333229 -11 - Misses 9275 9284 +9 - Partials 2879 2881 +2 ```
Evangelink commented 2 months ago

Thank you for your contribution @raulsntos!