mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-04 10:50:54 +01:00
spelling: contains
This commit is contained in:
parent
6e813b156a
commit
167ccb49d7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue