Skip to content

Commit 55377af

Browse files
committed
DOC: Update doc for IntoDimension
1 parent dd09e5a commit 55377af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dimension/conversion.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ macro_rules! index_item {
3838
($m:ident $arg:tt 7) => ($m!($arg 0 1 2 3 4 5 6););
3939
}
4040

41-
/// Convert a value into a dimension.
41+
/// Argument conversion a dimension.
4242
pub trait IntoDimension {
4343
type Dim: Dimension;
4444
fn into_dimension(self) -> Self::Dim;

0 commit comments

Comments
 (0)