Merge pull request #2539 from joaquinelio/patch-8

typo
This commit is contained in:
Ilya Kantor 2021-03-26 08:25:32 +03:00 committed by GitHub
commit ebfef9f6fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ The code above demonstrates it.
function func() { function func() {
*!* *!*
// the local variable x is known to the engine from the beginning of the function, // the local variable x is known to the engine from the beginning of the function,
// but "unitialized" (unusable) until let ("dead zone") // but "uninitialized" (unusable) until let ("dead zone")
// hence the error // hence the error
*/!* */!*