Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Gannon McGibbon <[email protected]>
  • Loading branch information
rianmcguire and gmcgibbon authored Jan 22, 2024
1 parent 9756db1 commit 4127af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ implement the `enumerator_builder(cursor:)` method in your task.
This method should return an `Enumerator`, yielding pairs of
`[item, cursor]`. Maintenance Tasks takes care of persisting the current
cursor position and will provide it as the `cursor` argument if your task is
interrupted and resumed. The `cursor` is stored as a `String`, so your custom
interrupted or resumed. The `cursor` is stored as a `String`, so your custom
enumerator should handle serializing/deserializing the value if required.

```ruby
Expand Down

0 comments on commit 4127af5

Please sign in to comment.