Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix docs typos in DurableObject #431

Merged
merged 2 commits into from
Feb 19, 2024

Conversation

eric-seppanen
Copy link
Contributor

@eric-seppanen eric-seppanen commented Jan 5, 2024

Fix a syntax error (missing comma) and a lint warning, and remove a blank line.

This is part of the public documentation; might as well have it be correct and idiomatic.

Fix a syntax error (missing comma) and remove a blank line.
If clippy were able to see the code in examples, this would trigger
`clippy::redundant_field_names`.
@kflansburg kflansburg merged commit be941bb into cloudflare:main Feb 19, 2024
1 check passed
jdon pushed a commit to jdon/workers-rs that referenced this pull request Mar 27, 2024
* fix docs typos in worker::durable::DurableObject

Fix a syntax error (missing comma) and remove a blank line.

* docs: Remove redundant field name in assignment

If clippy were able to see the code in examples, this would trigger
`clippy::redundant_field_names`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants