TCCPP / wheatley

Wheatley discord bot for the Together C & C++ discord server
Other
13 stars 20 forks source link

Fix broken grammar in wiki article #69

Closed Eisenwave closed 10 months ago

Eisenwave commented 10 months ago

Commit https://github.com/TCCPP/wheatley/commit/7f29c9f6c305eac0ece2b0a2684ff8ba2031155b which applied suggested changes in https://github.com/TCCPP/wheatley/issues/63 accidentally broke the grammar in one sentence.

Note that even if the "if" was removed and the new sentence was grammatically correct, it would be semantically incorrect because overloading < in itself does not satisfy LessThanComparable; a strict weak ordering is required, as the old wording states.

sonarcloud[bot] commented 10 months ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.7% 0.7% Duplication