Skip to content

Commit bc7b2d0

Browse files
committed
Fix doctest
1 parent caf1d20 commit bc7b2d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/reduce.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,7 @@ julia> findmin(cos, 0:π/2:2π)
837837
(-1.0, 3.141592653589793)
838838
839839
julia> findmin([8,0.1,-9,pi])
840-
(-9, 3)
840+
(-9.0, 3)
841841
842842
julia> findmin([1,7,7,6])
843843
(1, 1)

0 commit comments

Comments
 (0)