0

Fix typo in MVC overview

Change-Id: I53dbf2d9b61de5af972976e742056d578622b044
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6045557
Auto-Submit: Keigo Oka <oka@chromium.org>
Reviewed-by: Ted Choc <tedchoc@chromium.org>
Commit-Queue: Ted Choc <tedchoc@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1387652}
This commit is contained in:
Keigo Oka
2024-11-25 16:31:21 +00:00
committed by Chromium LUCI CQ
parent 38c10f64b4
commit 997bb97bba

@ -42,7 +42,7 @@ The coordinator owns the component overall, i.e. it creates the other objects in
#### Mediator
The mediator is responsible for the interaction with the coordinator and with the Chrome backend (including the native code). It reacts to changes in the backend (e.g. the canonical model for bookmarks or content suggestions, which lives in the native code) or other components and updates the model based on that, or receives events from th;e view and notifies the backend.
The mediator is responsible for the interaction with the coordinator and with the Chrome backend (including the native code). It reacts to changes in the backend (e.g. the canonical model for bookmarks or content suggestions, which lives in the native code) or other components and updates the model based on that, or receives events from the view and notifies the backend.
#### ModelChangeProcessor