Skip to content

Commit

Permalink
Fix help for current_module() (deprecated) (#27833)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamed2 authored and ararslan committed Jun 28, 2018
1 parent c670739 commit 2a38fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/deprecated.jl
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ end
Get the *dynamically* current `Module`, which is the `Module` code is currently being read
from. In general, this is not the same as the module containing the call to this function.
DEPRECATED: use @__MODULE__ instead
DEPRECATED: use `@__MODULE__` instead
"""
@noinline function current_module()
depwarn("`current_module()` is deprecated, use `@__MODULE__` instead.", :current_module)
Expand Down

0 comments on commit 2a38fef

Please sign in to comment.