Skip to content

Commit a56b5cd

Browse files
committed
C++: Fix more QLDoc.
1 parent 98396d1 commit a56b5cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/lib/semmle/code/cpp/ir/implementation/EdgeKind.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ class CaseEdge extends EdgeKind, TCaseEdge {
9292
final string getMaxValue() { result = maxValue }
9393

9494
/**
95-
* Gets the unique value of ther switch expression for which control will
95+
* Gets the unique value of the switch expression for which control will
9696
* flow along this edge, if any.
9797
*/
9898
final string getValue() {

0 commit comments

Comments
 (0)