spelling: parameters

This commit is contained in:
Josh Soref 2021-11-04 00:35:30 -04:00
parent de67c31b7d
commit 4cc1f30f76

View file

@ -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);