Skip to content

Commit 79ae58c

Browse files
committed
added capitals
1 parent c344847 commit 79ae58c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/digital/v1_compat.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! v1 compatibility wrappers
22
//!
3-
//! this module provides wrappers to support use of v2 implementations with
3+
//! This module provides wrappers to support use of v2 implementations with
44
//! v1 consumers. v2 traits must be explicitly cast to the v1 version using
55
//! `.into()`, and will panic on internal errors
66
//!

src/digital/v2_compat.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! v2 compatibility shims
22
//!
3-
//! this module adds implicit forward support to v1 digital traits
3+
//! This module adds implicit forward support to v1 digital traits,
44
//! allowing v1 implementations to be directly used with v2 consumers.
55
//!
66
//! ```

0 commit comments

Comments
 (0)