File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1160,7 +1160,7 @@ extern "C" {
11601160 /// * `jsClass`: The [`JSClassRef`] to assign to the object. Pass `NULL` to use
11611161 /// the default object class.
11621162 /// * `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.
11641164 ///
11651165 /// Returns a [`JSObjectRef`] with the given class and private data.
11661166 pub fn JSObjectMake (
@@ -2080,7 +2080,7 @@ extern "C" {
20802080 /// of the Typed Array object.
20812081 /// * `byteLength`: The number of bytes pointed to by the parameter bytes.
20822082 /// * `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.
20842084 /// * `deallocatorContext`: A pointer to pass back to the deallocator.
20852085 /// * `exception`: A pointer to a [`JSValueRef`] in which to store
20862086 /// an exception, if any. Pass `NULL` if you do not care to
You can’t perform that action at this time.
0 commit comments