mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-20 08:02:35 +02:00
Fix typo in observer pattern (#3223)
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# Observable Pattern
|
# Observer Pattern
|
||||||
|
|
||||||
The observer pattern is a software design pattern in which an object, named the subject, maintains a list of its dependents, called observers, and notifies them automatically of any state changes, usually by calling one of their methods.
|
The observer pattern is a software design pattern in which an object, named the subject, maintains a list of its dependents, called observers, and notifies them automatically of any state changes, usually by calling one of their methods.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user