diff --git a/dfdx-core/src/shapes/mod.rs b/dfdx-core/src/shapes/mod.rs index 36753780..659c8a98 100644 --- a/dfdx-core/src/shapes/mod.rs +++ b/dfdx-core/src/shapes/mod.rs @@ -1,4 +1,4 @@ -//! Shape related traits/structes like [Shape], [Dtype], [Dim], [Axis], and [Const] +//! Shape related traits/structs like [Shape], [Dtype], [Dim], [Axis], and [Const] //! //! Example shapes: //! ```rust