Skip to content

Commit 7c2e6c1

Browse files
committed
Made titles consistent.
1 parent a01e986 commit 7c2e6c1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

swimos_utilities/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
1919
#![allow(clippy::match_wild_err_arm)]
2020

21-
/// Wrappers around closure types to server as event handlers.
21+
/// Wrappers around closure types to server as event handlers
2222
pub mod handlers;
2323

24-
/// Provides a canonical uninhabited type [`never::Never`].
24+
/// Provides a canonical uninhabited type [`never::Never`]
2525
pub mod never;
2626

2727
#[cfg(feature = "algebra")]

swimos_utilities/swimos_encoding/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
//! # Utilities for building Tokio encoders and decoders.
15+
//! # Utilities for building Tokio encoders and decoders
1616
//!
1717
//! Provides types and functions to use to implement [`tokio_util::codec::Encoder`]s and
1818
//! [`tokio_util::codec::Decoder`]s.

swimos_utilities/swimos_rtree/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
//! # Immutable R-tree implementation.
15+
//! # Immutable R-tree implementation
1616
//!
1717
//! The module provides traits for implementing custom 2D and 3D objects that can be stored in the R-tree.
1818

0 commit comments

Comments
 (0)