Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Dec 30, 2023
1 parent 2df912e commit e3eca4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/keypair/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ impl Keypair {
///
/// Args:
/// seed (bytes): 32-byte seed.
/// dpath (string): derivation path.
/// dpath (str): derivation path.
/// Returns:
/// Keypair: The generated keypair.
///
Expand Down

0 comments on commit e3eca4b

Please sign in to comment.