Skip to content

Commit a24c94f

Browse files
stefreakskrawcz
authored andcommitted
Fix typo in parallel-task documentation
1 parent 343291b commit a24c94f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/concepts/parallel-task.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Solution:
134134
* Make sure that your objects are serializable.
135135
* If you're using a library that doesn't support serialization, then one option is to have Apache Hamilton instantiate
136136
the object in each parallel block. You can do this by making the code depend on something within the parallel block.
137-
* Another option is write a customer wrapper function that uses `__set_state__` and `__get_state__` to serialize and deserialize the object.
137+
* Another option is write a custom wrapper function that uses `__set_state__` and `__get_state__` to serialize and deserialize the object.
138138
* See `this issue <https://github.com/apache/hamilton/issues/743>`_ for details and possible features to make
139139
this simpler to deal with.
140140

0 commit comments

Comments
 (0)