Skip to content

Commit

Permalink
Update behavioral/mediator/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeevab committed May 3, 2023
1 parent aabaff8 commit aaaff0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion behavioral/mediator/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Mediator

_*Mediator* restricts direct communications between the objects and forces them
_**Mediator** restricts direct communications between the objects and forces them
to collaborate only via a mediator object_. It also stands for a Controller in the MVC (Model-View-Controller) pattern.

## How to Run
Expand Down

0 comments on commit aaaff0f

Please sign in to comment.