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 e228b01 commit 32cfe77Copy full SHA for 32cfe77
csharp/ql/lib/semmle/code/csharp/controlflow/internal/SuccessorType.qll
@@ -230,7 +230,7 @@ module SuccessorTypes {
230
* }
231
* ```
232
*
233
- * The node `return x;` is a `break` succedssor of the node `break;`.
+ * The node `return x;` is a `break` successor of the node `break;`.
234
*/
235
class BreakSuccessor extends SuccessorType, TBreakSuccessor {
236
override string toString() { result = "break" }
0 commit comments