Skip to content

Commit f745e4c

Browse files
committed
Cosmetics
1 parent 34fcba1 commit f745e4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JavaScriptCore/API/JSTypedArray.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ JS_EXPORT JSTypedArrayType JSTypedArrayGetType(JSContextRef ctx, JSValueRef valu
5151
@param numElements The number of elements for the array.
5252
@result A JSValueRef that is a Typed Array or NULL if there was an error
5353
*/
54-
JS_EXPORT JSValueRef JSTypedArrayMake(JSContextRef ctx, JSTypedArrayType arrayClass, size_t numElements);
54+
JS_EXPORT JSValueRef JSTypedArrayMake(JSContextRef ctx, JSTypedArrayType arrayType, size_t numElements);
5555

5656
/*!
5757
@function

0 commit comments

Comments
 (0)