Skip to content

Commit 16ba495

Browse files
committed
Add missing dots for consistency with std docs
Signed-off-by: Wiktor Kwapisiewicz <wiktor@metacode.biz>
1 parent 0ac8b27 commit 16ba495

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/agent.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! Traits for implementing custom SSH agents
1+
//! Traits for implementing custom SSH agents.
22
33
use std::fmt;
44
use std::io;

src/codec.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! SSH agent protocol framing codec
1+
//! SSH agent protocol framing codec.
22
33
use std::marker::PhantomData;
44
use std::mem::size_of;

src/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! SSH agent errors
1+
//! SSH agent errors.
22
33
use std::io;
44

src/proto.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! SSH agent protocol structures
1+
//! SSH agent protocol structures.
22
33
pub mod error;
44
pub mod extension;

0 commit comments

Comments
 (0)