Fixes typo min -> max Fixes #615

This commit is contained in:
cheeseburger
2017-12-28 14:55:49 -08:00
parent 3d015b0c7c
commit 172ab12748

View File

@@ -179,7 +179,7 @@ follows:
+-----------------------------------------------------------------------+---------------------------------------------+
| vec\_type *min* ( vec\_type,vec\_type ) | Minimum |
+-----------------------------------------------------------------------+---------------------------------------------+
| vec\_type *min* ( vec\_type,vec\_type ) | Maximum |
| vec\_type *max* ( vec\_type,vec\_type ) | Maximum |
+-----------------------------------------------------------------------+---------------------------------------------+
| vec\_type *clamp* ( vec\_type value,vec\_type min, vec\_type max ) | Clamp to Min-Max |
+-----------------------------------------------------------------------+---------------------------------------------+