Skip to content

Commit ac09f10

Browse files
authored
Follow up to docstring changes in #35427 (#35433)
1 parent fef9b4b commit ac09f10

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

base/deprecated.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ The first argument `old` is the signature of the deprecated method, the second o
2222
third argument is `false`.
2323
2424
!!! compat "Julia 1.5"
25-
As of Julia 1.5, functions defined by `@deprecate` do not print warning inside normal
26-
`julia` program as the defualt value of `--depwarn` option is `no`. The warnings
27-
are printed from tests run by `Pkg.test()`.
25+
As of Julia 1.5, functions defined by `@deprecate` do not print warning when `julia`
26+
is run without the `--depwarn=yes` flag set, as the default value of `--depwarn` option
27+
is `no`. The warnings are printed from tests run by `Pkg.test()`.
2828
2929
# Examples
3030
```jldoctest

0 commit comments

Comments
 (0)