diff --git a/docs.html b/docs.html
index b5db185b..9c64a2ff 100644
--- a/docs.html
+++ b/docs.html
@@ -1557,7 +1557,7 @@ Classes for cubes (quasi third-order tensors, aka "3D matrices")
-Data is stored as an ordered set of slices (matrices) stored contiguously within memory;
+Data is stored as an ordered set of slices (matrices) placed contiguously within memory;
within each slice, elements are stored with column-major ordering (ie. column by column)