Skip to content

Commit

Permalink
Change to the correct past participle of cast. (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
rpatters1 committed Apr 1, 2023
1 parent 0e17140 commit 7f6d01d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/LuaBridge/detail/Errors.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ struct ErrorCategory : std::error_category
return "The native floating point can't fit inside a lua number";

case ErrorCode::InvalidTypeCast:
return "The lua object can't be casted to desired type";
return "The lua object can't be cast to desired type";

case ErrorCode::InvalidTableSizeInCast:
return "The lua table has different size than expected";
Expand Down

0 comments on commit 7f6d01d

Please sign in to comment.