chore: fix typos (#1215)

This commit is contained in:
Snoppy 2024-04-18 13:05:50 +08:00 committed by GitHub
parent a0c7d0c177
commit 2f61049a9b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1405,7 +1405,7 @@ var SolidityType = function (config) {
* @return {Bool} true if type match this SolidityType, otherwise false * @return {Bool} true if type match this SolidityType, otherwise false
*/ */
SolidityType.prototype.isType = function (name) { SolidityType.prototype.isType = function (name) {
throw "this method should be overrwritten for type " + name; throw "this method should be overwritten for type " + name;
}; };
/** /**