Skip to content

Commit

Permalink
Follow up to docstring changes in #35427 (#35433)
Browse files Browse the repository at this point in the history
  • Loading branch information
oxinabox authored Apr 18, 2020
1 parent fef9b4b commit ac09f10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions base/deprecated.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ The first argument `old` is the signature of the deprecated method, the second o
third argument is `false`.
!!! compat "Julia 1.5"
As of Julia 1.5, functions defined by `@deprecate` do not print warning inside normal
`julia` program as the defualt value of `--depwarn` option is `no`. The warnings
are printed from tests run by `Pkg.test()`.
As of Julia 1.5, functions defined by `@deprecate` do not print warning when `julia`
is run without the `--depwarn=yes` flag set, as the default value of `--depwarn` option
is `no`. The warnings are printed from tests run by `Pkg.test()`.
# Examples
```jldoctest
Expand Down

0 comments on commit ac09f10

Please sign in to comment.