Skip to content

Commit cb78f31

Browse files
committed
C++: Fix QLDoc.
1 parent 29a7958 commit cb78f31

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
@@ -93,7 +93,7 @@ class CaseEdge extends EdgeKind, TCaseEdge {
9393

9494
/**
9595
* Gets the unique value of ther switch expression for which control will
96-
* flow alogn this edge, if any.
96+
* flow along this edge, if any.
9797
*/
9898
final string getValue() {
9999
minValue = maxValue and

0 commit comments

Comments
 (0)