Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
simeonschaub committed Jan 20, 2022
1 parent 29e002e commit 0b438c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ New library functions
* `setcpuaffinity(cmd, cpus)` can be used to set CPU affinity of sub-processes. ([#42469])
* `diskstat(path=pwd())` can be used to return statistics about the disk. ([#42248])
* `Base.split_rest` for splitting the tail of a collection from an optional iteration
state in two, with the latter being of length `n`. ([#42902])
state in two, with the latter being of length `n`. ([#42902])

New library features
--------------------
Expand Down
2 changes: 1 addition & 1 deletion base/tuple.jl
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ in assignments](@ref destructuring-assignment) in final position, like `a, b...
!!! compat "Julia 1.6"
`Base.rest` requires at least Julia 1.6.
See also: [`first`](@ref first), [`Iterators.rest`](@ref), [`Base.split_rest`](@ref).
See also: [`first`](@ref first), [`Iterators.rest`](@ref), [`Base.split_rest`](@ref).
# Examples
```jldoctest
Expand Down

0 comments on commit 0b438c4

Please sign in to comment.