Skip to content

Commit

Permalink
Update cell.rst (#2352)
Browse files Browse the repository at this point in the history
<!-- Please make sure your PR follows our [contribution
guidelines](https://github.com/arbor-sim/arbor/tree/master/doc/contrib)
and agree to the terms outlined in the [PR
procedure](https://github.com/arbor-sim/arbor/tree/master/doc/contrib/pr.rst).
-->
  • Loading branch information
ErbB4 authored Jul 31, 2024
1 parent 7d20a79 commit c835376
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/cpp/cell.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ cells and members of cell-local collections.
:cpp:type:`cell_size_type`, :cpp:type:`cell_lid_type`, and
:cpp:type:`cell_local_size_type`; and uses ``std::string`` for
:cpp:type:`cell_tag_type` at the time of writing. However,
this could change, e.g. to handle models that cell gid that don't
fit into a 32 bit unsigned integer.
this could change, e.g., to handle models that cell gid that don't
fit into a 32-bit unsigned integer.
It is thus recommended that these type aliases be used whenever identifying
or counting cells and cell members.

Expand Down Expand Up @@ -65,7 +65,7 @@ cells and members of cell-local collections.

.. cpp:enumerator:: assert_univalent

Assert that ony one item is available in the group. Throws an exception if the assertion
Assert that only one item is available in the group. Throws an exception if the assertion
fails.

.. cpp:class:: cell_local_label_type
Expand Down

0 comments on commit c835376

Please sign in to comment.