Skip to content

Commit d32199c

Browse files
committed
C#: QLdoc for CIL instructions.
1 parent 262a20c commit d32199c

File tree

2 files changed

+209
-18
lines changed

2 files changed

+209
-18
lines changed

csharp/ql/src/Concurrency/Concurrency.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/** Utilities for writing concurrency queries. */
1+
/** Classes for concurrency queries. */
22

33
import csharp
44

@@ -11,7 +11,7 @@ private class WaitCall extends MethodCall {
1111
Expr getExpr() { result = getArgument(0) }
1212
}
1313

14-
/** An expression statement to a `Wait` call. */
14+
/** An expression statement containing a `Wait` call. */
1515
class WaitStmt extends ExprStmt {
1616
WaitStmt() { getExpr() instanceof WaitCall }
1717

0 commit comments

Comments
 (0)