Skip to content

Commit

Permalink
Go Bedrock example: Fix wording in code comment (awsdocs#5678)
Browse files Browse the repository at this point in the history
Fix wording in code comment
  • Loading branch information
DennisTraub authored and max-webster committed Mar 15, 2024
1 parent f089122 commit f4d53f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gov2/bedrock/actions/foundation_model.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
// snippet-start:[gov2.bedrock.FoundationModelWrapper.complete]
// snippet-start:[gov2.bedrock.FoundationModelWrapper.struct]

// PolicyWrapper encapsulates Amazon Bedrock actions used in the examples.
// FoundationModelWrapper encapsulates Amazon Bedrock actions used in the examples.
// It contains a Bedrock service client that is used to perform foundation model actions.
type FoundationModelWrapper struct {
BedrockClient *bedrock.Client
Expand All @@ -41,4 +41,4 @@ func (wrapper FoundationModelWrapper) ListFoundationModels() ([]types.Foundation

// snippet-end:[gov2.bedrock.ListFoundationModels]

// snippet-end:[gov2.bedrock.FoundationModelWrapper.complete]
// snippet-end:[gov2.bedrock.FoundationModelWrapper.complete]

0 comments on commit f4d53f3

Please sign in to comment.