Skip to content

Commit 2c2ffe6

Browse files
committed
Resolve typo
1 parent e8f819e commit 2c2ffe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/UserGuides/DataServices/MetadataConnector.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Events are instances of the :py:class:`cterasdk.asynchronous.core.types.Event` c
124124
The queue blocks until all events were consumed and processed.
125125
Use the `task_done()` `function <https://docs.python.org/3/library/asyncio-queue.html#asyncio.Queue.task_done>`_ to signal that formerly enqueued task is complete.
126126

127-
After processing all events, the service will perofrm a callback to a function provided by the client to record the latest cursor.
127+
After processing all events, the service will perform a callback to a function provided by the client to record the latest cursor.
128128
Recording the cursor enables pausing and resuming the service from the last cursor position.
129129

130130
.. automethod:: cterasdk.asynchronous.core.metadata.Service.run

0 commit comments

Comments
 (0)