You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,4 +4,4 @@
4
4
5
5
Mediator pattern defines an interface to communicate with other objects.
6
6
7
-
For example, let's say that we have to get a Defaut Gateway address from our router in order to communicate in the internet. A host computer does not directly communicates with the router. To do so, it needs to send requests throug protocols that will provide the proper answer. The request and protocol is our mediator to the router.
7
+
For example, let's say that we have to get a Defaut Gateway address from our router in order to communicate in the internet. A host computer does not directly communicates with the router. To do so, it needs to send requests throught protocols that will provide the proper answer. The request and protocol is our mediator to the router.
0 commit comments