Skip to content

Commit 701569b

Browse files
jketemaCopilot
andauthored
Update cpp/ql/lib/semmle/code/cpp/Preprocessor.qll
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent b35271a commit 701569b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/lib/semmle/code/cpp/Preprocessor.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ class PreprocessorLine extends PreprocessorDirective, @ppd_line {
330330
}
331331

332332
/**
333-
* A C23 or C++26`#embed` preprocessor directive. For example, the following code
333+
* A C23 or C++26 `#embed` preprocessor directive. For example, the following code
334334
* contains one `Embed` directive:
335335
* ```cpp
336336
* char arr[] = {

0 commit comments

Comments
 (0)