We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2027278 commit 1c290b9Copy full SHA for 1c290b9
cpp/ql/lib/semmle/code/cpp/Variable.qll
@@ -173,7 +173,7 @@ class Variable extends Declaration, @variable {
173
}
174
175
/**
176
- * Holds if this variable is declated as part of a structured binding
+ * Holds if this variable is declared as part of a structured binding
177
* declaration. For example, `x` in `auto [x, y] = ...`.
178
*/
179
predicate isStructuredBinding() { is_structured_binding(underlyingElement(this)) }
0 commit comments