Skip to content

Commit

Permalink
Rollup merge of rust-lang#76827 - lcnr:array_windows-docs, r=jonas-sc…
Browse files Browse the repository at this point in the history
…hievink

fix array_windows docs

r? @Dylan-DPC
  • Loading branch information
Dylan-DPC authored Sep 19, 2020
2 parents 5824de0 + 764d307 commit 0a99fbb
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 0a99fbb

Please sign in to comment.