We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d6ea28 commit c92ce69Copy full SHA for c92ce69
cpp/ql/src/Critical/DescriptorMayNotBeClosed.qhelp
@@ -19,7 +19,7 @@ This can occur when an operation performed on the open descriptor fails, and the
19
20
<example>
21
<p>In the example below, the <code>sockfd</code> socket may remain open if an error is triggered.
22
-The code should be updated to ensure that the socket is always closed when when the function ends.
+The code should be updated to ensure that the socket is always closed when the function ends.
23
</p>
24
<sample src="DescriptorMayNotBeClosed.cpp" />
25
</example>
0 commit comments