Skip to content

Commit 05c0245

Browse files
kahgohjagdish-15
andauthored
Add missing word
Co-authored-by: Jagdish Prajapati <[email protected]>
1 parent 90247d6 commit 05c0245

File tree

1 file changed

+1
-1
lines changed
  • exercises/practice/bank-account/.approaches/synchronized-statements

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ synchronized int getBalance() throws BankAccountActionInvalidException {
103103
}
104104
```
105105

106-
When using [synchronized methods][approach-synchronized-methods] and `synchronized(this)`, it is important to keep in mind that may be trying to acquire a lock on the same instance.
106+
When using [synchronized methods][approach-synchronized-methods] and `synchronized(this)`, it is important to keep in mind that it may be trying to acquire a lock on the same instance.
107107
For example:
108108

109109
```java

0 commit comments

Comments
 (0)