Skip to content

Commit

Permalink
docs(d3d12): refine summary of ComPtr::from_raw
Browse files Browse the repository at this point in the history
  • Loading branch information
ErichDonGubler committed Sep 26, 2023
1 parent 9151195 commit 9cf23d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion d3d12/src/com.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ impl<T: Interface> ComPtr<T> {
ComPtr(ptr::null_mut())
}

/// Create a `ComPtr` from a raw pointer. This will call [`AddRef`] on the pointer.
/// Constructs a tracked COM pointer from `raw`, calling [`AddRef`] on it.
///
/// # Safety
///
Expand Down

0 comments on commit 9cf23d7

Please sign in to comment.