From 59119e2c3010a34acbbba25c7b0889fe8aa70c99 Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Sun, 28 May 2023 17:25:44 -0500 Subject: [PATCH] docs: Added a hyperlink --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 /// ```