Skip to content

Commit 1067db8

Browse files
authored
Correct version in which at-lock was exported (JuliaLang#60279)
It was exported in v1.7, not v1.10: JuliaLang#39588
1 parent f9bf449 commit 1067db8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/lock.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ This is similar to using [`lock`](@ref) with a `do` block, but avoids creating a
366366
and thus can improve the performance.
367367
368368
!!! compat
369-
`@lock` was added in Julia 1.3, and exported in Julia 1.10.
369+
`@lock` was added in Julia 1.3, and exported in Julia 1.7.
370370
"""
371371
macro lock(l, expr)
372372
quote

0 commit comments

Comments
 (0)