From 529467f63b39141d9a18c29030d87db27fca799a Mon Sep 17 00:00:00 2001 From: Andy Friesen Date: Tue, 15 Mar 2022 13:32:48 -0700 Subject: [PATCH] Update rfcs/lower-bounds-calculation.md Co-authored-by: vegorov-rbx <75688451+vegorov-rbx@users.noreply.github.com> --- rfcs/lower-bounds-calculation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ---