mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:27:46 +00:00
Everywhere: Fix a few typos
Some even user-visible!
This commit is contained in:
parent
3d10132021
commit
f56b897622
10 changed files with 13 additions and 13 deletions
|
@ -335,7 +335,7 @@ public:
|
|||
bool operator<(This const& other) const { return raw() < other.raw(); }
|
||||
bool operator<=(This const& other) const { return raw() <= other.raw(); }
|
||||
|
||||
// FIXE: There are probably better ways to do these
|
||||
// FIXME: There are probably better ways to do these
|
||||
template<Integral I>
|
||||
bool operator==(I other) const
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue