diff --git a/tutorials/compressible/rhoSimpleFoam/angledDuctExplicitFixedCoeff/system/fvSolution b/tutorials/compressible/rhoSimpleFoam/angledDuctExplicitFixedCoeff/system/fvSolution
index 3e5f1854540c2d8dbb0e9a22e13c9d8375fb01e8..22580533edbeb815ca7b4abb8df5fd816f69ce6a 100644
--- a/tutorials/compressible/rhoSimpleFoam/angledDuctExplicitFixedCoeff/system/fvSolution
+++ b/tutorials/compressible/rhoSimpleFoam/angledDuctExplicitFixedCoeff/system/fvSolution
@@ -57,7 +57,7 @@ solvers
 SIMPLE
 {
     nNonOrthogonalCorrectors 0;
-    rhoMin          0.5;
+    rhoMin          0.4;
     rhoMax          1.5;
 
     residualControl
@@ -66,7 +66,7 @@ SIMPLE
         U               1e-4;
         e               1e-3;
 
-        // possibly check turbulence fields
+        // Possibly check turbulence fields
         "(k|epsilon|omega)" 1e-3;
     }
 }