Skip to content

Commit 03e6999

Browse files
committed
fix deprecation
1 parent 41c0881 commit 03e6999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/docs.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ function doc(f::Function, m::Method, data, source)
8989
end
9090

9191
function doc(f::Function)
92-
docs = {}
92+
docs = []
9393
for mod in modules
9494
if haskey(mod.META, f)
9595
fd = mod.META[f]

0 commit comments

Comments
 (0)