diff --git a/feature/dynamodb/attributevalue/doc.go b/feature/dynamodb/attributevalue/doc.go index 7a740f3587f..27d6d003066 100644 --- a/feature/dynamodb/attributevalue/doc.go +++ b/feature/dynamodb/attributevalue/doc.go @@ -83,7 +83,7 @@ // var records []Record // err := attributevalue.UnmarshalListOfMaps(results.Items, &records) // if err != nil { -// return fmt.Errorf("failed to unmarshal Items, %w", err)) +// return fmt.Errorf("failed to unmarshal Items, %w", err) // } // // # Struct tags