Skip to content

Commit 06c20b0

Browse files
committed
fix Markdown in the Lockable doc string
1 parent 3e9f486 commit 06c20b0

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
@@ -398,7 +398,7 @@ macro lock_nofail(l, expr)
398398
end
399399

400400
"""
401-
Lockable(value, lock = ReentrantLock())
401+
Lockable(value, lock = ReentrantLock())
402402
403403
Creates a `Lockable` object that wraps `value` and
404404
associates it with the provided `lock`. This object

0 commit comments

Comments
 (0)