Skip to content

Commit

Permalink
Document availability of infix isa
Browse files Browse the repository at this point in the history
  • Loading branch information
ararslan committed Dec 22, 2016
1 parent c95cef1 commit 280b348
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion base/docs/helpdb/Base.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2457,7 +2457,8 @@ readavailable
"""
isa(x, type) -> Bool
Determine whether `x` is of the given `type`.
Determine whether `x` is of the given `type`. Can also be used as an infix operator, e.g.
`x isa type`.
"""
isa

Expand Down

0 comments on commit 280b348

Please sign in to comment.