Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e62c9b1 + 7848c5f commit 1b8d140Copy full SHA for 1b8d140
1 file changed
cpp/ql/src/semmle/code/cpp/Include.qll
@@ -21,7 +21,7 @@ class Include extends PreprocessorDirective, @ppd_include {
21
22
/**
23
* Gets the token which occurs after `#include`, for example `"filename"`
24
- * or `<filename>`.
+ * or `<filename>`.
25
*/
26
string getIncludeText() { result = getHead() }
27
0 commit comments