Rollup merge of #76827 - lcnr:array_windows-docs, r=jonas-schievink

fix array_windows docs

r? @Dylan-DPC
This commit is contained in:
Ralf Jung 2020-09-20 12:08:27 +02:00 committed by GitHub
commit c124d4363d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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