Update rfcs/lower-bounds-calculation.md

Co-authored-by: vegorov-rbx <75688451+vegorov-rbx@users.noreply.github.com>
This commit is contained in:
Andy Friesen 2022-03-15 13:32:48 -07:00 committed by GitHub
parent 4fbbf7ffd4
commit 529467f63b
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -124,7 +124,7 @@ function register_callback(c: Callback)
end
function invoke_callback(i: Instance)
cb(i, e)
cb(i)
end
---