Skip to content

Commit 32cfe77

Browse files
committed
spelling: successor
Signed-off-by: Josh Soref <[email protected]>
1 parent e228b01 commit 32cfe77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/ql/lib/semmle/code/csharp/controlflow/internal/SuccessorType.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ module SuccessorTypes {
230230
* }
231231
* ```
232232
*
233-
* The node `return x;` is a `break` succedssor of the node `break;`.
233+
* The node `return x;` is a `break` successor of the node `break;`.
234234
*/
235235
class BreakSuccessor extends SuccessorType, TBreakSuccessor {
236236
override string toString() { result = "break" }

0 commit comments

Comments
 (0)