Skip to content

Commit 1c290b9

Browse files
committed
spelling: declared
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
1 parent 2027278 commit 1c290b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ class Variable extends Declaration, @variable {
173173
}
174174

175175
/**
176-
* Holds if this variable is declated as part of a structured binding
176+
* Holds if this variable is declared as part of a structured binding
177177
* declaration. For example, `x` in `auto [x, y] = ...`.
178178
*/
179179
predicate isStructuredBinding() { is_structured_binding(underlyingElement(this)) }

0 commit comments

Comments
 (0)