Skip to content

Commit

Permalink
Add a missing code span in the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
breard-r committed Apr 10, 2024
1 parent 4e5544e commit bc3eda0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/key.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ impl KeyBuilder {
self
}

/// Return the current key as a Vec<u8>.
/// Return the current key as a `Vec<u8>`.
pub fn as_vec(&self) -> Vec<u8> {
self.key.clone().unwrap()
}
Expand Down

0 comments on commit bc3eda0

Please sign in to comment.