Skip to content

Commit 1268583

Browse files
Fix spelling error in examples.rst
1 parent 30fada6 commit 1268583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/config/examples.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ by a different library and the caller of the :any:`umfGetIPCHandle` function may
178178
The :any:`umfGetIPCHandle` function returns the IPC handle and its size. The IPC handle is a byte-copyable opaque
179179
data structure. The :any:`umf_ipc_handle_t` type is defined as a pointer to a byte array. The size of the handle
180180
might be different for different memory provider types. The code snippet below demonstrates how the IPC handle can
181-
be serialized for marshalling purposes.
181+
be serialized for marshaling purposes.
182182

183183
.. code-block:: c
184184

0 commit comments

Comments
 (0)