We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98396d1 commit a56b5cdCopy full SHA for a56b5cd
cpp/ql/lib/semmle/code/cpp/ir/implementation/EdgeKind.qll
@@ -92,7 +92,7 @@ class CaseEdge extends EdgeKind, TCaseEdge {
92
final string getMaxValue() { result = maxValue }
93
94
/**
95
- * Gets the unique value of ther switch expression for which control will
+ * Gets the unique value of the switch expression for which control will
96
* flow along this edge, if any.
97
*/
98
final string getValue() {
0 commit comments