Skip to content
This repository was archived by the owner on Jun 28, 2023. It is now read-only.

Commit 0eb5b88

Browse files
authored
Remove closing curly brace from comment in JS example
1 parent c27ef35 commit 0eb5b88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc_source/example_s3_GetObject_section.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ export const bucketParams = {
295295
296296
export const run = async () => {
297297
try {
298-
// Get the object} from the Amazon S3 bucket. It is returned as a ReadableStream.
298+
// Get the object from the Amazon S3 bucket. It is returned as a ReadableStream.
299299
const data = await s3Client.send(new GetObjectCommand(bucketParams));
300300
// Convert the ReadableStream to a string.
301301
return await data.Body.transformToString();
@@ -580,4 +580,4 @@ Read an object into a Swift Data object\.
580580

581581
------
582582

583-
For a complete list of AWS SDK developer guides and code examples, see [Using this service with an AWS SDK](UsingAWSSDK.md#sdk-general-information-section)\. This topic also includes information about getting started and details about previous SDK versions\.
583+
For a complete list of AWS SDK developer guides and code examples, see [Using this service with an AWS SDK](UsingAWSSDK.md#sdk-general-information-section)\. This topic also includes information about getting started and details about previous SDK versions\.

0 commit comments

Comments
 (0)