mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
spelling: parameters
This commit is contained in:
parent
de67c31b7d
commit
4cc1f30f76
1 changed files with 1 additions and 1 deletions
|
@ -3150,7 +3150,7 @@ void TypeChecker::checkArgumentList(
|
||||||
const ScopePtr& scope, Unifier& state, TypePackId argPack, TypePackId paramPack, const std::vector<Location>& argLocations)
|
const ScopePtr& scope, Unifier& state, TypePackId argPack, TypePackId paramPack, const std::vector<Location>& argLocations)
|
||||||
{
|
{
|
||||||
/* Important terminology refresher:
|
/* Important terminology refresher:
|
||||||
* A function requires paramaters.
|
* A function requires parameters.
|
||||||
* To call a function, you supply arguments.
|
* To call a function, you supply arguments.
|
||||||
*/
|
*/
|
||||||
TypePackIterator argIter = begin(argPack);
|
TypePackIterator argIter = begin(argPack);
|
||||||
|
|
Loading…
Add table
Reference in a new issue