Fix error explanation in core_bind Thread::_start_func

This commit is contained in:
Poommetee Ketson 2019-01-11 10:12:13 +07:00 committed by GitHub
parent 2cd15849f9
commit 2caaa7c97d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2423,7 +2423,7 @@ void _Thread::_start_func(void *ud) {
} break;
case Variant::CallError::CALL_ERROR_TOO_FEW_ARGUMENTS: {
reason = "Too Many Arguments";
reason = "Too Few Arguments";
} break;
case Variant::CallError::CALL_ERROR_INVALID_METHOD: {