Skip to content

Commit fff2344

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

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)