spelling: descriptor

Signed-off-by: Josh Soref <[email protected]>
This commit is contained in:
Josh Soref
2024-10-29 16:55:43 +01:00
committed by Jindra Petřík
parent 3915c406bc
commit c12c979723
2 changed files with 2 additions and 2 deletions
@@ -117,7 +117,7 @@ public class EcmaScript {
* @return Value
*/
public static Object object_get(ObjectType o, String p) {
//TODO: isDataDesciptor, etc. ECMA 8.12.3
//TODO: isDataDescriptor, etc. ECMA 8.12.3
return object_getProperty(o, p);
}