diff --git a/src/lib.rs b/src/lib.rs index 6bcf980..8591f9c 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -54,7 +54,7 @@ pub struct Matrix { } impl Matrix { - /// Creates a matrix from given 2D "array" in a `Vec>` form. + /// Creates a matrix from given 2D "array" in a [`Vec>`] form. /// It'll throw an error if all the given rows aren't of the same size. /// # Example /// ```