From 0287e89d493cd00c33d79fc89e29df8c50f0917d Mon Sep 17 00:00:00 2001
From: Katharina Heck <katharina.heck@iws.uni-stuttgart.de>
Date: Thu, 19 Jul 2018 08:49:40 +0200
Subject: [PATCH] Update README.md to make it more clear

---
 exercises/exercise-properties/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/exercises/exercise-properties/README.md b/exercises/exercise-properties/README.md
index 1c0da0c3..ac39a774 100644
--- a/exercises/exercise-properties/README.md
+++ b/exercises/exercise-properties/README.md
@@ -67,7 +67,7 @@ SET_TYPE_PROP(TwoPIncompressible, LocalResidual,
               MyLocalResidual<TypeTag>);
 ```
 
-You want to simplify the original local residual by using the assumption that incompressible fluid phases are present. As a consequence, one can balance phase volume instead of phase mass.
+You want to simplify the original local residual by using the assumption that only incompressible fluid phases are present. As a consequence, one can balance phase volume instead of phase mass.
 
 * Eliminate the density from the `computeStorage` and the `computeFlux` methods.
 
-- 
GitLab