From bf5a264ff0bc21ab35a1ad036bbee18f5fb1a0a6 Mon Sep 17 00:00:00 2001 From: Tristan Murphy <72839119+HyperCodec@users.noreply.github.com> Date: Tue, 12 Dec 2023 18:17:27 -0500 Subject: [PATCH] fix shapes mod typo --- dfdx-core/src/shapes/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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