diff --git a/docs.html b/docs.html
index e547404c..2cd9571c 100644
--- a/docs.html
+++ b/docs.html
@@ -8212,11 +8212,11 @@ sp_mat A = sprandu<sp_mat>(100, 200, 0.1);
toeplitz( A, B )
-
-generate a Toeplitz matrix, with the first column specified by A, and (optionally) the first row specified by B
+Generate a Toeplitz matrix, with the first column specified by vector A, and (optionally) the first row specified by vector B
-
-A and B must be vectors
+If argument B is omitted, the first row is assumed to be the same as the first column
-