Skip to content

Commit c1111df

Browse files
committed
Auto merge of #43996 - shanavas786:fix-typo, r=frewsxcv
Fix typo in doc
2 parents 3d9f57a + ee3463e commit c1111df

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)