diff --git a/docs.html b/docs.html
index 2a6d0bb6..a60274e7 100644
--- a/docs.html
+++ b/docs.html
@@ -8779,11 +8779,13 @@ See also:
- Return the condition number of matrix A (the ratio of the largest singular value to the smallest)
-- The ideal condition number is close to 1; large condition numbers suggest that matrix A is nearly singular
+- Matrix A is well-conditioned when the condition number is close to 1
+
+- Matrix A is ill-conditioned (poorly conditioned) when the condition number is large
- The computation is based on singular value decomposition
-- Caveat: rcond() is considerably faster
+- Caveat: calculating the approximate reciprocal condition number via rcond() is considerably more efficient
-
Examples: