spelling: successor

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2022-10-13 12:31:28 -04:00
parent e228b019d5
commit 32cfe77e92

View File

@@ -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" }