Skip to content

Commit 1544c74

Browse files
Fix clippy::doc_overindented_list_items lints
1 parent e5d0999 commit 1544c74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

javascriptcore-sys/src/lib.rs

+2-2
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)