Skip to content

Commit

Permalink
Update shared_memory.rst - removing period
Browse files Browse the repository at this point in the history
  • Loading branch information
kab163 authored Oct 11, 2024
1 parent e97efe1 commit 78df754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sphinx/cookbook/shared_memory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Now you can allocate and deallocate shared memory with:
.. note::
A name is required in order to allocate memory with IPC Shared Memory allocators. However, if that isn't feasible, you
can instead use the :class:`umpire::strategy::NamingShim` strategy. This allows you to call allocate with only 1 argument
for the size in bytes. Check out the `example <https://github.com/LLNL/Umpire/blob/feature/nameless-shared-shim/examples/cookbook/recipe_naming_shim.cpp>`_.
for the size in bytes. Check out the `example <https://github.com/LLNL/Umpire/blob/feature/nameless-shared-shim/examples/cookbook/recipe_naming_shim.cpp>`_
to learn more.

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit 78df754

Please sign in to comment.