mirror of
https://github.com/github/codeql.git
synced 2026-04-27 01:35:13 +02:00
spelling: successor
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -230,7 +230,7 @@ module SuccessorTypes {
|
||||
* }
|
||||
* ```
|
||||
*
|
||||
* The node `return x;` is a `break` succedssor of the node `break;`.
|
||||
* The node `return x;` is a `break` successor of the node `break;`.
|
||||
*/
|
||||
class BreakSuccessor extends SuccessorType, TBreakSuccessor {
|
||||
override string toString() { result = "break" }
|
||||
|
||||
Reference in New Issue
Block a user