diff --git a/docs.html b/docs.html
index 927e7878..b91ec2a1 100644
--- a/docs.html
+++ b/docs.html
@@ -3858,10 +3858,6 @@ and does not take into account that the underlying matrix memory could be freed
@@ -4158,15 +4154,7 @@ vec c = X.diag(-2); X.diag() = randu<vec>(5); X.diag() += 6; X.diag().ones(); -- -
+ sp_mat S = sprandu<sp_mat>(10,10,0.1); vec v(S.diag()); // copy sparse diagonal to dense vector