diff --git a/docs.html b/docs.html
index 04f57a56..59e44387 100644
--- a/docs.html
+++ b/docs.html
@@ -2305,8 +2305,10 @@ each element in the generated object is either 0 or 1, depending on the result o
==, !=, >=, <=)
-are not recommended for matrices of type mat or fmat, due to the necessarily limited precision of the underlying element types;
+Caveat:
+operators involving equality comparison (ie. ==, !=, >=, <=)
+are not recommended for matrices of type mat or fmat,
+due to the necessarily limited precision of floating-point element types;
consider using approx_equal() instead