fix array_windows docs

This commit is contained in:
Bastian Kauschke 2020-09-17 09:53:19 +02:00
parent 95386b656e
commit 5f58e00ca5

View File

@ -1034,7 +1034,7 @@ impl<T> [T] {
/// ///
/// This is the const generic equivalent of [`windows`]. /// 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 array, it will return no windows.
/// ///
/// # Panics /// # Panics
/// ///