Skip to content

Commit

Permalink
Fix comment describing function (awsdocs#4407)
Browse files Browse the repository at this point in the history
Comment above main function doesnt accurately describe what the function is doing.
  • Loading branch information
kelly1266 authored Feb 20, 2023
1 parent c7ab4b4 commit 1335bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/example_code/dynamodb/DynamoDBScanItems.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ type Item struct {
}
// snippet-end:[dynamodb.go.scan_items.struct]

// Get the movies with a minimum rating of 8.0 in 2011
// Get the movies with a minimum rating of 4.0 in 2013
func main() {
// snippet-start:[dynamodb.go.scan_items.session]
// Initialize a session that the SDK will use to load
Expand Down

0 comments on commit 1335bdc

Please sign in to comment.