We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e5e9158 + 764d307 commit 8d7f4e7Copy full SHA for 8d7f4e7
library/core/src/slice/mod.rs
@@ -957,7 +957,7 @@ impl<T> [T] {
957
///
958
/// This is the const generic equivalent of [`windows`].
959
960
- /// If `N` is smaller than the size of the array, it will return no windows.
+ /// If `N` is greater than the size of the slice, it will return no windows.
961
962
/// # Panics
963
0 commit comments