Skip to content

Commit

Permalink
One more set of typos
Browse files Browse the repository at this point in the history
  • Loading branch information
billschereriii committed Aug 15, 2023
1 parent 068e688 commit da57605
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/advanced_topics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
Advanced Topics
***************

This page of documentation is reserved for advanced topics in SmartRedis
data structures that may not be needed for all users.
This page of documentation is reserved for advanced topics
that may not be needed for all users.

.. _advanced_topics_dataset_aggregation:

Dataset Aggregation
===================

In addition to the ability to work with individual datasets, SmartRedis offers
users the manage lists of datasets and work with them collectively. This is
In addition to the ability to work with individual datasets, SmartRedis lets
users manage lists of datasets and work with them collectively. This is
particularly useful for producer/consumer relationships.

The DataSet Aggregation API manages references to multiple ``DataSet`` objects
Expand Down Expand Up @@ -75,7 +75,7 @@ In this case, the offset is from the most recently appended DataSets.
For example, an offset of -1 is the last element in the list, and -3 is the
antepenultimate DataSet.

An application can determine how many DataSets are in an aggregation List
An application can determine how many DataSets are in an aggregation list
via the following API:

.. code-block:: cpp
Expand Down

0 comments on commit da57605

Please sign in to comment.