diff --git a/crates/api/src/doc/glossary.rs b/crates/api/src/doc/glossary.rs index 59fbea34..a7904937 100644 --- a/crates/api/src/doc/glossary.rs +++ b/crates/api/src/doc/glossary.rs @@ -4,6 +4,6 @@ //! A time slice is a period of time. It is defined to be an interval from a start time, //! inclusive, up to some end time, exclusive. //! -//! Time slices are used to group data by time, so that a single hash describing that data can be -//! used to check for consistency of that data with other peers. +//! Time slices are used to group data by time, hashes of the data are combined so that a single +//! hash describing that data can be used to check for consistency of that data with other peers. //!