Skip to content

Commit

Permalink
Fix module docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tuguzT committed Feb 26, 2023
1 parent 3fb2f61 commit 7763a2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/convert.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! Traits for conversion from and into heterogenous list types.
//!
//! This trait can be implemented for any struct, because any struct
//! can be represented as a heterogenous list of its fields.
//! Traits defined in this module can be implemented for any struct,
//! because any struct can be represented as a heterogenous list of its fields.
use crate::HList;

Expand Down

0 comments on commit 7763a2f

Please sign in to comment.