Skip to content

Commit

Permalink
Work around problem with call introduced by JuliaLang#13412
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottPJones committed Jan 31, 2016
1 parent 1bb8edf commit c012315
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions base/docs/helpdb/Base.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3179,14 +3179,6 @@ The lowest value representable by the given (real) numeric DataType `T`.
"""
typemin

"""
call(x, args...)
If `x` is not a `Function`, then `x(args...)` is equivalent to `call(x, args...)`. This
means that function-like behavior can be added to any type by defining new `call` methods.
"""
call

"""
countfrom(start=1, step=1)
Expand Down

0 comments on commit c012315

Please sign in to comment.