Update Tour.md

This commit is contained in:
FableRBX 2020-06-10 13:53:24 -07:00 committed by GitHub
parent 36b789e2b6
commit 6fb7ed746f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,7 @@ local myFunction()
return Promise.new(function(resolve, reject, onCancel) return Promise.new(function(resolve, reject, onCancel)
local connection local connection
someEvent:Connect(function(...) connection = someEvent:Connect(function(...)
connection:Disconnect() connection:Disconnect()
resolve(...) resolve(...)
end) end)