mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-04 10:50:54 +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)
|
||||
{
|
||||
/* Important terminology refresher:
|
||||
* A function requires paramaters.
|
||||
* A function requires parameters.
|
||||
* To call a function, you supply arguments.
|
||||
*/
|
||||
TypePackIterator argIter = begin(argPack);
|
||||
|
|
Loading…
Add table
Reference in a new issue