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 262a20c commit d32199cCopy full SHA for d32199c
csharp/ql/src/Concurrency/Concurrency.qll
@@ -1,4 +1,4 @@
1
-/** Utilities for writing concurrency queries. */
+/** Classes for concurrency queries. */
2
3
import csharp
4
@@ -11,7 +11,7 @@ private class WaitCall extends MethodCall {
11
Expr getExpr() { result = getArgument(0) }
12
}
13
14
-/** An expression statement to a `Wait` call. */
+/** An expression statement containing a `Wait` call. */
15
class WaitStmt extends ExprStmt {
16
WaitStmt() { getExpr() instanceof WaitCall }
17
0 commit comments