From 0ad9e740d317ed586f536bc8b6be80db2206e5a6 Mon Sep 17 00:00:00 2001 From: GowthamRaj K <43011442+gowthamrajk@users.noreply.github.com> Date: Wed, 11 Aug 2021 12:19:18 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df812e0..f0ba18e 100644 --- a/README.md +++ b/README.md @@ -881,6 +881,6 @@ Otherwise, the transaction is aborted at the point of failure and all the previo **Consistency** − ensures that the database properly changes states upon a successfully committed transaction. -**Isolation − enables transactions to operate independently of and transparent to each other. +**Isolation** − enables transactions to operate independently of and transparent to each other. Durability − ensures that the result or effect of a committed transaction persists in case of a system failure.