docs: Added a hyperlink

This commit is contained in:
Sayantan Santra 2023-05-28 17:25:44 -05:00
parent d3c8ffd11e
commit 59119e2c30
Signed by: SinTan1729
GPG key ID: EB3E68BFBA25C85F

View file

@ -54,7 +54,7 @@ pub struct Matrix<T: ToMatrix> {
} }
impl<T: ToMatrix> Matrix<T> { impl<T: ToMatrix> Matrix<T> {
/// Creates a matrix from given 2D "array" in a `Vec<Vec<T>>` form. /// Creates a matrix from given 2D "array" in a [`Vec<Vec<T>>`] form.
/// It'll throw an error if all the given rows aren't of the same size. /// It'll throw an error if all the given rows aren't of the same size.
/// # Example /// # Example
/// ``` /// ```