We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 343291b commit a24c94fCopy full SHA for a24c94f
1 file changed
docs/concepts/parallel-task.rst
@@ -134,7 +134,7 @@ Solution:
134
* Make sure that your objects are serializable.
135
* If you're using a library that doesn't support serialization, then one option is to have Apache Hamilton instantiate
136
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.
+* Another option is write a custom wrapper function that uses `__set_state__` and `__get_state__` to serialize and deserialize the object.
138
* See `this issue <https://github.com/apache/hamilton/issues/743>`_ for details and possible features to make
139
this simpler to deal with.
140
0 commit comments