docs array
-> slice
Co-authored-by: est31 <est31@users.noreply.github.com>
This commit is contained in:
parent
5f58e00ca5
commit
764d307963
1 changed files with 1 additions and 1 deletions
|
@ -1034,7 +1034,7 @@ impl<T> [T] {
|
|||
///
|
||||
/// This is the const generic equivalent of [`windows`].
|
||||
///
|
||||
/// If `N` is greater 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…
Add table
Add a link
Reference in a new issue