We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aa28ad commit 655155cCopy full SHA for 655155c
library/core/src/array/mod.rs
@@ -382,7 +382,7 @@ impl<T: Ord, const N: usize> Ord for [T; N] {
382
383
// The Default impls cannot be done with const generics because `[T; 0]` doesn't
384
// require Default to be implemented, and having different impl blocks for
385
-// different numbers aren't supported yet.
+// different numbers isn't supported yet.
386
387
macro_rules! array_impl_default {
388
{$n:expr, $t:ident $($ts:ident)*} => {
0 commit comments