Skip to content

Commit 6a97af0

Browse files
committed
doc update
1 parent 5281347 commit 6a97af0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ of working with the `ReadWriteLock` interface.
1313
**The main goal**: simple implementation of transferring
1414
money from user to user.
1515

16-
1. `User` class
16+
1. Immutable `User` class
1717
```
1818
@Value
1919
class User {
@@ -52,7 +52,7 @@ money from user to user.
5252
* we will use `ReadWriteLock` interface
5353
* we provide class that absorbs the pain of working
5454
with that interface (locking/unlocking tiresome obligation)
55-
* we will supply action to execute in locked block
55+
* we will supply action to execute in the locked block
5656
```
5757
@FieldDefaults(makeFinal = true, level = AccessLevel.PRIVATE)
5858
@RequiredArgsConstructor

0 commit comments

Comments
 (0)