Skip to content

Commit 6125555

Browse files
clippy: Fix some doc_markdown lints
1 parent 5b160c0 commit 6125555

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

clippy.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
doc-valid-idents = ["JavaScript", "JavaScriptCore", "ORing", "WebKit", ".."]
1+
doc-valid-idents = ["JavaScript", "JavaScriptCore", "ORed", "ORing", "WebKit", ".."]

javascriptcore-sys/src/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1512,7 +1512,7 @@ extern "C" {
15121512
exception: *mut JSValueRef,
15131513
) -> bool;
15141514

1515-
/// Gets a property from an object using a JSValueRef as the property key.
1515+
/// Gets a property from an object using a [`JSValueRef`] as the property key.
15161516
///
15171517
/// * `ctx`: The execution context to use.
15181518
/// * `object`: The [`JSObjectRef`] whose property you want to get.
@@ -2078,8 +2078,8 @@ extern "C" {
20782078
/// of the Typed Array object.
20792079
/// * `byteLength`: The number of bytes pointed to by the parameter bytes.
20802080
/// * `bytesDeallocator`: The allocator to use to deallocate the external
2081-
/// buffer when the JSTypedArrayData object is deallocated.
2082-
/// * `deallocatorContext A pointer to pass back to the deallocator.
2081+
/// buffer when the `JSTypedArrayData` object is deallocated.
2082+
/// * `deallocatorContext`: A pointer to pass back to the deallocator.
20832083
/// * `exception`: A pointer to a [`JSValueRef`] in which to store
20842084
/// an exception, if any. Pass `NULL` if you do not care to
20852085
/// store an exception.

0 commit comments

Comments
 (0)