fix array_windows docs
This commit is contained in:
parent
95386b656e
commit
5f58e00ca5
@ -1034,7 +1034,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 array, it will return no windows.
|
||||
///
|
||||
/// # Panics
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user