Skip to content

Commit c124d43

Browse files
authored
Rollup merge of #76827 - lcnr:array_windows-docs, r=jonas-schievink
fix array_windows docs r? @Dylan-DPC
2 parents 50d56bc + 764d307 commit c124d43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/slice/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -957,7 +957,7 @@ impl<T> [T] {
957957
///
958958
/// This is the const generic equivalent of [`windows`].
959959
///
960-
/// If `N` is smaller than the size of the array, it will return no windows.
960+
/// If `N` is greater than the size of the slice, it will return no windows.
961961
///
962962
/// # Panics
963963
///

0 commit comments

Comments
 (0)