Skip to content

Commit 73710e9

Browse files
committed
C++: Fix QLDoc.
1 parent 7c93eb1 commit 73710e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cpp/ql/src/Security/CWE/CWE-497/SystemData.qll

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -247,9 +247,9 @@ class LogonUser extends SystemData {
247247
}
248248

249249
/**
250-
* An expression with the type of registry query parameter it is (if any).
251-
* This type is used to express information about registry query parameters in
252-
* the `regQuery` predicate concisely.
250+
* The type of a registry query parameter, if it is of interest to us. This
251+
* is used to express information about registry query parameters in the
252+
* `regQuery` predicate concisely.
253253
*/
254254
private newtype TRegQueryParameter =
255255
TSubKeyName() or

0 commit comments

Comments
 (0)