Skip to content

Commit bc4b09b

Browse files
committed
Fix typo
1 parent a372497 commit bc4b09b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/loadsave.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ trying to infer the format from `filename`.
5454
save(s::Union{AbstractString,IO}, data...; options...) =
5555
save(query(s), data...; options...)
5656

57-
function save(Union{AbstractString,IO}; options...)
57+
function save(s::Union{AbstractString,IO}; options...)
5858
data -> save(s, data; options...)
5959
end
6060

0 commit comments

Comments
 (0)