[clang-tidy] Add missing colon in the docs of performance-enum-size (#144525)
There is a syntax error in the provided code example - this PR fixes it. I did a quick search - I could not find similar _typos_.
This commit is contained in:
@@ -34,7 +34,7 @@ dependent).
|
||||
.. code-block:: c++
|
||||
|
||||
// AFTER
|
||||
enum Color : std:int8_t {
|
||||
enum Color : std::int8_t {
|
||||
RED = -1,
|
||||
GREEN = 0,
|
||||
BLUE = 1
|
||||
|
||||
Reference in New Issue
Block a user