docs `array` -> `slice`

Co-authored-by: est31 <est31@users.noreply.github.com>
This commit is contained in:
Bastian Kauschke 2020-09-17 10:30:28 +02:00 committed by GitHub
parent 5f58e00ca5
commit 764d307963
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
///