Skip to content

Commit a599121

Browse files
Arrray -> Array
1 parent 95c088d commit a599121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Runtime/Types/SimpleDictionaryTypeHandler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2501,7 +2501,7 @@ namespace Js
25012501
if (IsNotExtensibleSupported)
25022502
{
25032503
// When adding a new property && we are not extensible:
2504-
// - if (!objectArray) => do not even get into creating new objectArrray
2504+
// - if (!objectArray) => do not even get into creating new objectArray
25052505
// (anyhow, if we were to create one, we would need one supporting non-extensible, i.e. ES5Array).
25062506
// - else the array was created earlier and will handle the operation
25072507
// (it would be non-extensible ES5 array as array must match object's IsExtensible).

0 commit comments

Comments
 (0)