Skip to content

Commit

Permalink
Rollup merge of #76827 - lcnr:array_windows-docs, r=jonas-schievink
Browse files Browse the repository at this point in the history
fix array_windows docs

r? @Dylan-DPC
  • Loading branch information
Dylan-DPC committed Sep 19, 2020
2 parents e5e9158 + 764d307 commit 8d7f4e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/core/src/slice/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
///
Expand Down

0 comments on commit 8d7f4e7

Please sign in to comment.