Skip to content

Commit

Permalink
Address reviewer comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rhornung67 committed Apr 14, 2023
1 parent ca4ec81 commit c0867a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/axom/sidre/docs/sphinx/query_data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ accessible as type ``axom::IndexType``. For example::
The variables have the following values:

* ``num_buffers`` : Total number of buffer objects in the datastore.
* ``num_buffers_referenced`` : Number of buffers referenced by a view (i.e., attached to a view.
* ``num_buffers_referenced`` : Number of buffers referenced (i.e. attached to) a view.
* ``num_buffers_detached`` : Number of buffers not referenced by a view. Note: ``num_buffers_detached`` = ``num_buffers`` - ``num_buffers_referenced``.
* ``num_bytes_allocated`` : Total number of bytes allocated in all buffers.

Expand All @@ -50,7 +50,7 @@ Group Subtree Query
--------------------

A group can be queried for information about the data associated with it, or
with the entire group subtree rooted at the group. For example::
associated with the entire subtree rooted at the group. For example::

Group* group = ...;

Expand Down

0 comments on commit c0867a4

Please sign in to comment.