Skip to content

Commit 436ccd1

Browse files
authored
chore: fix some typos in flip.md.tmpl (#2189)
Signed-off-by: efcking <efcking@outlook.com>
1 parent 7b9efbe commit 436ccd1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/super/generator/templates/cursor/flip.md.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ This design ensures high throughput, predictable scheduling behavior, and resili
179179

180180
## API
181181

182-
The contract defines a `Scheduler` resource interface, which is instantiated as part of the scheduler contract as a singleton. This implementation pattern is suggested so we can issue entitlements to the `ScheduledTransaction` for cancelation and status retrival, and have this fine grained-access control, which would not be possible if we would only implement the methods as part of the contract without the underlaying singleton resource.
182+
The contract defines a `Scheduler` resource interface, which is instantiated as part of the scheduler contract as a singleton. This implementation pattern is suggested so we can issue entitlements to the `ScheduledTransaction` for cancellation and status retrival, and have this fine grained-access control, which would not be possible if we would only implement the methods as part of the contract without the underlying singleton resource.
183183

184184
### `schedule`
185185

0 commit comments

Comments
 (0)