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
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ pub struct Matrix<T: ToMatrix> {
}
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.
/// # Example
/// ```