Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7ae4fa6

Browse files
committedAug 4, 2023
pkcs8: fixup comment
Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
1 parent d911630 commit 7ae4fa6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkcs8/src/private_key_info.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -352,10 +352,10 @@ where
352352
}
353353
}
354354

355-
/// [`PrivateKeyInfo`] with [`AnyRef`] algorithm parameters, and [`BytesRef`] params.
355+
/// [`PrivateKeyInfo`] with [`AnyRef`] algorithm parameters, and [`BytesRef`] key.
356356
pub type PrivateKeyInfoRef<'a> = PrivateKeyInfo<AnyRef<'a>, BytesRef<'a>>;
357357

358-
/// [`PrivateKeyInfo`] with [`Any`] algorithm parameters, and [`BytesOwned`] params.
358+
/// [`PrivateKeyInfo`] with [`Any`] algorithm parameters, and [`BytesOwned`] key.
359359
#[cfg(feature = "alloc")]
360360
pub type PrivateKeyInfoOwned = PrivateKeyInfo<Any, BytesOwned>;
361361

0 commit comments

Comments
 (0)
Please sign in to comment.