Skip to content

Commit 2e8ad7a

Browse files
authored
Update README.md
1 parent 4399e69 commit 2e8ad7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Or to do that before borrow add activator:
2828
```Smalltalk
2929
pool activator:[:o|o removeAll].
3030
```
31-
To validate objets before borrow add following. Objects that do not validate are destroyed.
31+
To validate objects before borrow add following. Objects that do not validate are destroyed.
3232
```Smalltalk
3333
pool validator:[:o|o size = 0].
3434
```

0 commit comments

Comments
 (0)