We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 419b511 commit 092145dCopy full SHA for 092145d
cpp/ql/src/Critical/FileClosed.qll
@@ -17,7 +17,7 @@ class ClosedExpr extends PointsToExpr {
17
}
18
19
/**
20
- * Holds if `fc` is a call to function that opens a file which might be closed. For example:
+ * Holds if `fc` is a call to a function that opens a file that might be closed. For example:
21
* ```
22
* FILE* f = fopen("file.txt", "r");
23
* ...
0 commit comments