Rollup merge of #76827 - lcnr:array_windows-docs, r=jonas-schievink
fix array_windows docs r? @Dylan-DPC
This commit is contained in:
commit
c124d4363d
@ -957,7 +957,7 @@ impl<T> [T] {
|
||||
///
|
||||
/// This is the const generic equivalent of [`windows`].
|
||||
///
|
||||
/// 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.
|
||||
///
|
||||
/// # Panics
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user