diff --git a/src/OpenFOAM/primitives/functions/Function2/UniformTable2/UniformTable2.H b/src/OpenFOAM/primitives/functions/Function2/UniformTable2/UniformTable2.H
index 7900d63..dc340c6 100644
--- a/src/OpenFOAM/primitives/functions/Function2/UniformTable2/UniformTable2.H
+++ b/src/OpenFOAM/primitives/functions/Function2/UniformTable2/UniformTable2.H
@@ -31,8 +31,8 @@ Description
 Usage
     \table
         Property    | Description
-        Tlow        | Lower temperature limit of the uniformTable
-        Thigh       | Upper temperature limit of the uniformTable
+        low         | Pair of lower limits of the independent variables
+        high        | Pair of upper limits of the independent variables
         values      | Property values, assumed uniformly distributed
     \endtable
 
