fix capitalization

This commit is contained in:
Eryn Lynn 2020-05-11 15:43:58 -04:00
parent fc134adb73
commit 1ad5ab8b3e

View file

@ -1167,7 +1167,7 @@ function Promise.prototype:_reject(...)
end
-- Build a reasonable message
local message = ("Unhandled promise rejection:\n\n%s\n\n%s"):format(
local message = ("Unhandled Promise rejection:\n\n%s\n\n%s"):format(
err,
self._source
)