Skip to content

Commit ee3463e

Browse files
committed
Fix typo in doc
1 parent 498a8f3 commit ee3463e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/array.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ macro_rules! __impl_slice_eq2 {
8989
}
9090
}
9191

92-
// macro for implementing n-ary tuple functions and operations
92+
// macro for implementing n-element array functions and operations
9393
macro_rules! array_impls {
9494
($($N:expr)+) => {
9595
$(

0 commit comments

Comments
 (0)