Skip to content

Commit

Permalink
Add missing closing triple backticks in isconcrete() docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
nalimilan committed Feb 22, 2017
1 parent 077420c commit 471791d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base/reflection.jl
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ true
julia> isconcrete(Vector{Complex{Float32}})
true
```
"""
isconcrete(t::ANY) = (@_pure_meta; isa(t, DataType) && t.isconcrete)

Expand Down

0 comments on commit 471791d

Please sign in to comment.