Skip to content

Commit 81d20be

Browse files
MathiasVPgeoffw0
andauthored
Update cpp/ql/src/experimental/Security/CWE/CWE-416/UseAfterExpiredLifetime.qhelp
Co-authored-by: Geoffrey White <[email protected]>
1 parent 1232120 commit 81d20be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/experimental/Security/CWE/CWE-416/UseAfterExpiredLifetime.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ If the object is accessed after its lifetime has ended, the program may crash or
1313
<recommendation>
1414

1515
<p>
16-
Ensure that no objct is accessed after its lifetime has ended.
16+
Ensure that no object is accessed after its lifetime has ended.
1717
Use RAII ("Resource Acquisition Is Initialization") to manage the lifetime of objects, and avoid manual memory management, if possible.
1818
</p>
1919

0 commit comments

Comments
 (0)