spelling: contains

This commit is contained in:
Josh Soref 2021-11-04 00:35:19 -04:00
parent 6e813b156a
commit 167ccb49d7

View file

@ -389,7 +389,7 @@ const std::string* getName(TypeId type);
// Checks whether a union contains all types of another union.
bool isSubset(const UnionTypeVar& super, const UnionTypeVar& sub);
// Checks if a type conains generic type binders
// Checks if a type contains generic type binders
bool isGeneric(const TypeId ty);
// Checks if a type may be instantiated to one containing generic type binders