Skip to content

Commit b9e21f7

Browse files
committed
docs: translates observer pattern
1 parent 6a188f2 commit b9e21f7

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
@@ -20,8 +20,8 @@ allows the algorithm to vary independently of the clients that use it.
2020
php src/Strategy/mini-duck-simulator.php
2121
```
2222
### Observer pattern
23-
Il pattern Observer definisce una dipendenza uno-a-molti tra gli oggetti in modo che quando un oggetto cambia stato,
24-
tutti i suoi dipendenti vengono notificati e aggiornati automaticamente.
23+
Observer pattern defines a one-to-many dependency between objects so that when an object changes state,
24+
all its employees are notified and updated automatically.
2525
```
2626
php src/Observer/weather-station.php
2727
```

0 commit comments

Comments
 (0)