Skip to content

Commit 953903b

Browse files
authored
docs: Add missing compat annotation for isdefinedglobal (#58542)
Add missing compatibility annotation for `isdefinedglobal`. Fixes #58528.
1 parent 989973a commit 953903b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

base/docs/basedocs.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2855,6 +2855,9 @@ a value set.
28552855
If `allow_import` is `false`, the global variable must be defined inside `m`
28562856
and may not be imported from another module.
28572857
2858+
!!! compat "Julia 1.12"
2859+
This function requires Julia 1.12 or later.
2860+
28582861
See also [`@isdefined`](@ref).
28592862
28602863
# Examples

0 commit comments

Comments
 (0)