File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1160,7 +1160,7 @@ extern "C" {
1160
1160
/// * `jsClass`: The [`JSClassRef`] to assign to the object. Pass `NULL` to use
1161
1161
/// the default object class.
1162
1162
/// * `data`: A `void*` to set as the object's private data.
1163
- /// Pass `NULL` to specify no private data.
1163
+ /// Pass `NULL` to specify no private data.
1164
1164
///
1165
1165
/// Returns a [`JSObjectRef`] with the given class and private data.
1166
1166
pub fn JSObjectMake (
@@ -2080,7 +2080,7 @@ extern "C" {
2080
2080
/// of the Typed Array object.
2081
2081
/// * `byteLength`: The number of bytes pointed to by the parameter bytes.
2082
2082
/// * `bytesDeallocator`: The allocator to use to deallocate the external
2083
- /// buffer when the `JSTypedArrayData` object is deallocated.
2083
+ /// buffer when the `JSTypedArrayData` object is deallocated.
2084
2084
/// * `deallocatorContext`: A pointer to pass back to the deallocator.
2085
2085
/// * `exception`: A pointer to a [`JSValueRef`] in which to store
2086
2086
/// an exception, if any. Pass `NULL` if you do not care to
You can’t perform that action at this time.
0 commit comments