Skip to content

Commit 85c3b7b

Browse files
kahgohjagdish-15
andauthored
Fix grammar
Co-authored-by: Jagdish Prajapati <jagadishdrp@gmail.com>
1 parent 05c0245 commit 85c3b7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • exercises/practice/bank-account/.approaches/synchronized-methods

exercises/practice/bank-account/.approaches/synchronized-methods/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ If any other thread holds a lock on the `BankAccount` object, it must wait for t
6969

7070
~~~~exercism/note
7171
In Java, the is one other way to acquire a lock on the `BankAccount` object - [synchronized statements][approach-synchronized-statements].
72-
Since synchronized methods uses a lock on the `BankAccount` object, it will also have to wait for locks on the `BankAccount` that are used by [synchronized statements][approach-synchronized-statements] to be reused.
72+
Since synchronized methods use a lock on the `BankAccount` object, it will also have to wait for locks on the `BankAccount` that are used by [synchronized statements][approach-synchronized-statements] to be reused.
7373
7474
[approach-synchronized-statements]: https://exercism.org/tracks/java/exercises/bank-account/approaches/synchronzied-statements
7575
~~~~

0 commit comments

Comments
 (0)