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
RalfJung authored Sep 20, 2020
2 parents 2645d05 + 764d307 commit b369345
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 b369345

Please sign in to comment.