Skip to content

Commit

Permalink
service/dynamodb: Fix package doc typo (#2665)
Browse files Browse the repository at this point in the history
Fixes `provides has` -> `provides` typo in the package's doc for the (un)marshaling helpers.
  • Loading branch information
JackDanger authored and jasdel committed Jun 25, 2019
1 parent d9882bc commit 618bdd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/dynamodb/doc_custom.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ AttributeValue Marshaling and Unmarshaling Helpers
Utility helpers to marshal and unmarshal AttributeValue to and
from Go types can be found in the dynamodbattribute sub package. This package
provides has specialized functions for the common ways of working with
provides specialized functions for the common ways of working with
AttributeValues. Such as map[string]*AttributeValue, []*AttributeValue, and
directly with *AttributeValue. This is helpful for marshaling Go types for API
operations such as PutItem, and unmarshaling Query and Scan APIs' responses.
Expand Down

0 comments on commit 618bdd1

Please sign in to comment.