includes/std: Fixed stray " in bit library

This commit is contained in:
WerWolv
2023-03-19 16:30:54 +01:00
parent 27f4e20638
commit c0a1bbd218

View File

@@ -43,7 +43,7 @@ namespace std::bit {
i = i + 1;
return 1 << i;
};¨
};
/**
Rounds the given number down to the next bigger power of two