Fix typo in cloud_object doc comment#9337
Fix typo in cloud_object doc comment#9337anshul-garg27 wants to merge 3 commits intowarpdotdev:masterfrom
Conversation
|
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have the users @anshul-garg27 on file. In order for us to review and merge your code, each contributor must visit https://cla.warp.dev to read and agree to our CLA. Once you have done so, please comment |
|
I'm starting a first review of this pull request. You can follow along in the session on Warp. I approved this pull request and requested human review from: @ianhodge. Comment Powered by Oz |
|
@cla-bot check |
|
The cla-bot has been summoned, and re-checked this pull request! |
There was a problem hiding this comment.
Overview
This PR fixes a spelling typo in a doc comment for is_welcome_object in crates/warp_server_client/src/cloud_object/mod.rs.
Concerns
- No correctness, security, error-handling, or performance concerns found.
Verdict
Found: 0 critical, 0 important, 0 suggestions
Approve
Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).
Powered by Oz
|
I'm checking this implementation PR for association with a likely matching ready issue. Powered by Oz |
Description
Corrects a misspelling in the doc comment on
is_welcome_objectincrates/warp_server_client/src/cloud_object/mod.rs:recieves→receives.Testing
Doc-comment-only change.