diff --git a/rfcs/lower-bounds-calculation.md b/rfcs/lower-bounds-calculation.md index 1c10e516..b0ced559 100644 --- a/rfcs/lower-bounds-calculation.md +++ b/rfcs/lower-bounds-calculation.md @@ -124,7 +124,7 @@ function register_callback(c: Callback) end function invoke_callback(i: Instance) - cb(i, e) + cb(i) end ---