Skip to content

Commit cec91c4

Browse files
authored
Update ThreadResourceAbuse.qhelp
1 parent 5101a8e commit cec91c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/src/experimental/Security/CWE/CWE-400/ThreadResourceAbuse.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ listed below or <code>java/ql/src/Likely Bugs/Concurrency</code> queries of Code
1919

2020
<example>
2121
<p>The following example shows a bad situation and a good situation respectively. In the bad situation,
22-
a thread is spawned with a sleep time coming directly from user input. In the good situation, an upper
22+
a thread sleep time comes directly from user input. In the good situation, an upper
2323
range check on the maximum sleep time allowed is enforced.</p>
2424
<sample src="ThreadResourceAbuse.java" />
2525
</example>

0 commit comments

Comments
 (0)