Skip to content

Commit

Permalink
revert 8b2b2f6
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebolewski committed Sep 8, 2015
1 parent a9a2172 commit 1c221a1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions base/docs/Docs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ function doc(obj)
for mod in modules
haskey(meta(mod), obj) && return meta(mod)[obj]
end
# if no docs for obj was found, return the doc of its type
return doc(typeof(obj))
end

function doc(b::Binding)
Expand Down

0 comments on commit 1c221a1

Please sign in to comment.