Skip to content

Commit ecdce0f

Browse files
authored
core/src/identity: Fix typo (#1768)
1 parent 87f3cb8 commit ecdce0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/identity.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ use crate::{PeerId, keys_proto};
4444
/// Loading the keys:
4545
///
4646
/// ```text
47-
/// let mut bytes = std::fs::read("private.pem").unwrap();
47+
/// let mut bytes = std::fs::read("private.pk8").unwrap();
4848
/// let keypair = Keypair::rsa_from_pkcs8(&mut bytes);
4949
/// ```
5050
///

0 commit comments

Comments
 (0)