diff --git a/src/base/matrix.rs b/src/base/matrix.rs index 0f35c1ac..f5650701 100644 --- a/src/base/matrix.rs +++ b/src/base/matrix.rs @@ -1122,7 +1122,7 @@ impl> Matrix { } /// Iterate through the columns of this matrix. - /// + /// /// # Example /// ``` /// # use nalgebra::Matrix2x3;