From ec6eea61a51b762b98dc6717ac6fecf2da9a3e06 Mon Sep 17 00:00:00 2001 From: Piyush Chaudhari Date: Tue, 31 Oct 2017 16:26:24 +0530 Subject: [PATCH] #352- Unit Of Work : Updated applicability of pattern in README. --- unit-of-work/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit-of-work/README.md b/unit-of-work/README.md index 25b96153f..b2fbde8ff 100644 --- a/unit-of-work/README.md +++ b/unit-of-work/README.md @@ -13,7 +13,7 @@ tags: --- ## Intent -When a business transaction is completed all the these updates are sent as one +When a business transaction is completed, all the these updates are sent as one big unit of work to be persisted in a database in one go so as to minimize database trips. ![alt text](etc/unit-of-work.urm.png "unit-of-work")