Skip to content

Commit

Permalink
ssh-key: fix documentation typo (#329)
Browse files Browse the repository at this point in the history
Signed-off-by: Wiktor Kwapisiewicz <[email protected]>
  • Loading branch information
wiktor-k authored Jan 21, 2025
1 parent 023b360 commit 3567b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssh-key/src/signature.rs
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ impl Signature {

/// Placeholder signature used by the certificate builder.
///
/// This is guaranteed generate an error if anything attempts to encode it.
/// This is guaranteed to generate an error if anything attempts to encode it.
pub(crate) fn placeholder() -> Self {
Self {
algorithm: Algorithm::default(),
Expand Down

0 comments on commit 3567b94

Please sign in to comment.