Skip to content

Commit 6cf684f

Browse files
authored
C#: Fix QL doc
1 parent f5eb131 commit 6cf684f

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

  • csharp/ql/src/semmle/code/csharp/dataflow

csharp/ql/src/semmle/code/csharp/dataflow/SSA.qll

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@ module Ssa {
1818
this instanceof Property
1919
}
2020

21-
/**
22-
* Holds if this field or any of the fields part of the qualifier
23-
* are volatile.
24-
*/
21+
/** Holds if this is a volatile field. */
2522
predicate isVolatile() { this.(Field).isVolatile() }
2623
}
2724

0 commit comments

Comments
 (0)