Skip to content

Commit

Permalink
Remove trailing whitespace to fix CI. (JuliaLang#33574)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikekre authored and KristofferC committed Oct 16, 2019
1 parent 8db9d50 commit beb2186
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 @@ -9,7 +9,7 @@ New language features
* `import` now allows quoted symbols, e.g. `import Base.:+` ([#33158]).

* Function composition now supports multiple functions: `∘(f, g, h) = f ∘ g ∘ h`
and splatting `∘(fs...)` for composing an iterable collection of functions ([#33568]).
and splatting `∘(fs...)` for composing an iterable collection of functions ([#33568]).

Language changes
----------------
Expand Down
2 changes: 1 addition & 1 deletion base/operators.jl
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@ The prefix form supports composition of multiple functions: `∘(f, g, h) = f
and splatting `∘(fs...)` for composing an iterable collection of functions.
!!!compat "Julia 1.4"
Multiple function composition requires at least Julia 1.4.
Multiple function composition requires at least Julia 1.4.
# Examples
```jldoctest
Expand Down

0 comments on commit beb2186

Please sign in to comment.