Skip to content

Commit 20e7683

Browse files
Attrbiutes -> Attributes
1 parent ad4b775 commit 20e7683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Runtime/Language/JavascriptOperators.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8872,7 +8872,7 @@ using namespace Js;
88728872
if (isSetAccessorsSuccess)
88738873
{
88748874
tempDescriptor.SetAttributes(preserveFromObject, PropertyConfigurable | PropertyEnumerable);
8875-
forceSetAttributes = true; // use SetAttrbiutes with 'force' as default attributes in type system are different from ES5.
8875+
forceSetAttributes = true; // use SetAttributes with 'force' as default attributes in type system are different from ES5.
88768876
mergeDescriptors = true;
88778877
}
88788878
}

0 commit comments

Comments
 (0)