Skip to content

Commit c1709b9

Browse files
authored
Apply suggestions from code review
1 parent 0735fd0 commit c1709b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/r2/examples/aws/aws-sdk-rust.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ async fn main() -> Result<(), s3::Error> {
8888
}
8989
```
9090

91-
## Uploading Objects
91+
## Upload Objects
9292

9393
To upload an object to R2:
9494

@@ -117,7 +117,7 @@ async fn upload_object(
117117
}
118118
```
119119

120-
## Downloading Objects
120+
## Download Objects
121121

122122
To download an object from R2:
123123

0 commit comments

Comments
 (0)