Skip to content

Commit 89a51fb

Browse files
tkfJeffBezanson
authored andcommitted
Fix compat docstring (#33813)
1 parent 8333297 commit 89a51fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/operators.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -834,7 +834,7 @@ Function composition also works in prefix form: `∘(f, g)` is the same as `f
834834
The prefix form supports composition of multiple functions: `∘(f, g, h) = f ∘ g ∘ h`
835835
and splatting `∘(fs...)` for composing an iterable collection of functions.
836836
837-
!!!compat "Julia 1.4"
837+
!!! compat "Julia 1.4"
838838
Multiple function composition requires at least Julia 1.4.
839839
840840
# Examples

0 commit comments

Comments
 (0)