Skip to content

Commit a430f2e

Browse files
KenoKristofferC
authored andcommitted
docs: Add missing compat annotation for isdefinedglobal (#58542)
Add missing compatibility annotation for `isdefinedglobal`. Fixes #58528. (cherry picked from commit 953903b)
1 parent 4589ed0 commit a430f2e

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
@@ -2796,6 +2796,9 @@ a value set.
27962796
If `allow_import` is `false`, the global variable must be defined inside `m`
27972797
and may not be imported from another module.
27982798
2799+
!!! compat "Julia 1.12"
2800+
This function requires Julia 1.12 or later.
2801+
27992802
See also [`@isdefined`](@ref).
28002803
28012804
# Examples

0 commit comments

Comments
 (0)