Skip to content

Commit a3bc1f7

Browse files
authored
Update bool-bitwise-operation.rst
1 parent 1397df9 commit a3bc1f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang-tools-extra/docs/clang-tidy/checks/misc/bool-bitwise-operation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ of using ``|=`` operator:
3434
}
3535

3636
Limitations
37-
-------
37+
-----------
3838

39-
* Templates aren't matched.
39+
* Bitwise operators inside templates aren't matched.
4040

4141
.. code-block:: c++
4242

0 commit comments

Comments
 (0)