Skip to content

Commit

Permalink
Fix error explanation in core_bind Thread::_start_func
Browse files Browse the repository at this point in the history
  • Loading branch information
Poommetee Ketson authored Jan 11, 2019
1 parent 2cd1584 commit 2caaa7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/bind/core_bind.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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: {

Expand Down

0 comments on commit 2caaa7c

Please sign in to comment.