diff --git a/basis/debugger/debugger.factor b/basis/debugger/debugger.factor index 69156208b8..a48cc89225 100644 --- a/basis/debugger/debugger.factor +++ b/basis/debugger/debugger.factor @@ -328,10 +328,10 @@ M: lexer-error error-help M: bad-effect summary drop "Bad stack effect declaration" ; -M: invalid-effect-variable summary - drop "Stack effect variables can only occur as the first input or output" ; -M: effect-variable-can't-have-type summary - drop "Stack effect variables cannot have a declared type" ; +M: invalid-row-variable summary + drop "Stack effect row variables can only occur as the first input or output" ; +M: row-variable-can't-have-type summary + drop "Stack effect row variables cannot have a declared type" ; M: bad-escape error. "Bad escape code: \\" write