Skip to content

Commit 961142b

Browse files
Fix attributevalue.UnmarshalListOfMaps example (#2114)
1 parent e72db93 commit 961142b

File tree

1 file changed

+1
-1
lines changed
  • feature/dynamodb/attributevalue

1 file changed

+1
-1
lines changed

feature/dynamodb/attributevalue/doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
// var records []Record
8484
// err := attributevalue.UnmarshalListOfMaps(results.Items, &records)
8585
// if err != nil {
86-
// return fmt.Errorf("failed to unmarshal Items, %w", err))
86+
// return fmt.Errorf("failed to unmarshal Items, %w", err)
8787
// }
8888
//
8989
// # Struct tags

0 commit comments

Comments
 (0)