We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d911630 commit 7ae4fa6Copy full SHA for 7ae4fa6
pkcs8/src/private_key_info.rs
@@ -352,10 +352,10 @@ where
352
}
353
354
355
-/// [`PrivateKeyInfo`] with [`AnyRef`] algorithm parameters, and [`BytesRef`] params.
+/// [`PrivateKeyInfo`] with [`AnyRef`] algorithm parameters, and [`BytesRef`] key.
356
pub type PrivateKeyInfoRef<'a> = PrivateKeyInfo<AnyRef<'a>, BytesRef<'a>>;
357
358
-/// [`PrivateKeyInfo`] with [`Any`] algorithm parameters, and [`BytesOwned`] params.
+/// [`PrivateKeyInfo`] with [`Any`] algorithm parameters, and [`BytesOwned`] key.
359
#[cfg(feature = "alloc")]
360
pub type PrivateKeyInfoOwned = PrivateKeyInfo<Any, BytesOwned>;
361
0 commit comments