Skip to content

Commit a9f3a06

Browse files
committed
Fix incomplete blurb for Reentrant lock approach
1 parent 88288da commit a9f3a06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/practice/bank-account/.approaches/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"uuid": "0acd6f2b-27d0-4ae6-9c22-22b0b2047039",
2828
"slug": "reentrant-lock",
2929
"title": "Reentrant lock",
30-
"blurb": "Use ",
30+
"blurb": "Use an ReentrantLock to explicitly acquire and release locks",
3131
"authors": [
3232
"kahgoh"
3333
]

0 commit comments

Comments
 (0)