Skip to content

Commit 742922c

Browse files
Update cpp/ql/lib/semmle/code/cpp/Function.qll
Co-authored-by: intrigus-lgtm <[email protected]>
1 parent 9744c06 commit 742922c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ class Function extends Declaration, ControlFlowNode, AccessHolder, @function {
166166
/**
167167
* Gets the constant expression that determines whether the function is explicit.
168168
*
169-
* For example, for the following code the result is is the expression `sizeof(T) == 1`:
169+
* For example, for the following code the result is the expression `sizeof(T) == 1`:
170170
* ```
171171
* template<typename T> struct C {
172172
* explicit(sizeof(T) == 1)

0 commit comments

Comments
 (0)