Skip to content

Commit

Permalink
Add missing dots for consistency with std docs
Browse files Browse the repository at this point in the history
Signed-off-by: Wiktor Kwapisiewicz <wiktor@metacode.biz>
  • Loading branch information
wiktor-k committed Jun 26, 2024
1 parent 0ac8b27 commit 16ba495
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/agent.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Traits for implementing custom SSH agents
//! Traits for implementing custom SSH agents.

use std::fmt;
use std::io;
Expand Down
2 changes: 1 addition & 1 deletion src/codec.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! SSH agent protocol framing codec
//! SSH agent protocol framing codec.

use std::marker::PhantomData;
use std::mem::size_of;
Expand Down
2 changes: 1 addition & 1 deletion src/error.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! SSH agent errors
//! SSH agent errors.

use std::io;

Expand Down
2 changes: 1 addition & 1 deletion src/proto.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! SSH agent protocol structures
//! SSH agent protocol structures.

pub mod error;
pub mod extension;
Expand Down

0 comments on commit 16ba495

Please sign in to comment.