Fix typo in changelog (#10409) [skip ci]

s/compliancy/compliancy/g - seems both correct and consistent with more
recent occurrences
This commit is contained in:
FND
2019-09-09 09:22:33 +02:00
committed by Nicolò Ribaudo
parent 6a5cee8f27
commit daf25af47c
7 changed files with 60 additions and 60 deletions

View File

@@ -936,7 +936,7 @@ helpers.iterableToArrayLimit = helper("7.0.0-beta.0")`
export default function _iterableToArrayLimit(arr, i) {
// this is an expanded form of \`for...of\` that properly supports abrupt completions of
// iterators etc. variable names have been minimised to reduce the size of this massive
// helper. sometimes spec compliancy is annoying :(
// helper. sometimes spec compliance is annoying :(
//
// _n = _iteratorNormalCompletion
// _d = _didIteratorError