Skip to content

Commit a2c87c9

Browse files
author
james
committed
docs: fix typo
(cherry picked from commit 09a0b56)
1 parent b1d4843 commit a2c87c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/language/ql-training/cpp/bad-overflow-guard.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ From `https://en.cppreference.com/w/c/language/conversion <https://en.cppreferen
7171

7272
.. note::
7373

74-
- Most of the time integer conversion works fine. However, the rules governing addition in C/C++ are complex, and it easy to get bitten.
74+
- Most of the time integer conversion works fine. However, the rules governing addition in C/C++ are complex, and it's easy to get bitten.
7575
- CPUs generally prefer to perform arithmetic operations on 32-bit or larger integers, as the architectures are optimized to perform those efficiently.
7676
- The compiler therefore performs “integer promotion” for arguments to arithmetic operations that are smaller than 32-bit.
7777

0 commit comments

Comments
 (0)