Skip to content

Commit 5c73a7d

Browse files
committed
Fix doctest
1 parent e165859 commit 5c73a7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/style.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Uses [`Style`](@ref) to get the style for each argument, and uses
9696
# Examples
9797
```jldoctest
9898
julia> FunctionImplementations.style([1], [1 2; 3 4])
99-
FunctionImplementations.DefaultArrayStyle{Any}()
99+
FunctionImplementations.DefaultArrayStyle()
100100
```
101101
"""
102102
function style end

0 commit comments

Comments
 (0)