This commit is contained in:
Cashew
2023-11-22 00:17:56 +09:00
parent bcf8699130
commit 78ff3f8740

View File

@@ -4,7 +4,7 @@ use itertools::*;
/// elementwise vector addition
///
/// # Exmaple
/// # Example
///
/// ```
/// use cs220::assignments::assignment09::vec_add;