Skip to content

Commit 65e8aea

Browse files
docs: fix typo (#3238)
1 parent 3685e44 commit 65e8aea

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

feature/dynamodb/attributevalue/encode.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ type Marshaler interface {
8888
// type. This value can be used in API operations to simplify marshaling
8989
// your Go value types into AttributeValues.
9090
//
91-
// Marshal will recursively transverse the passed in value marshaling its
91+
// Marshal will recursively traverse the passed in value marshaling its
9292
// contents into a AttributeValue. Marshal supports basic scalars
9393
// (int,uint,float,bool,string), maps, slices, and structs. Anonymous
9494
// nested types are flattened based on Go anonymous type visibility.
@@ -191,7 +191,7 @@ func Marshal(in interface{}) (types.AttributeValue, error) {
191191
//
192192
// Use the `optsFns` functional options to override the default configuration.
193193
//
194-
// MarshalWithOptions will recursively transverse the passed in value marshaling its
194+
// MarshalWithOptions will recursively traverse the passed in value marshaling its
195195
// contents into a AttributeValue. Marshal supports basic scalars
196196
// (int,uint,float,bool,string), maps, slices, and structs. Anonymous
197197
// nested types are flattened based on Go anonymous type visibility.

feature/dynamodbstreams/attributevalue/encode.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ type Marshaler interface {
8888
// type. This value can be used in API operations to simplify marshaling
8989
// your Go value types into AttributeValues.
9090
//
91-
// Marshal will recursively transverse the passed in value marshaling its
91+
// Marshal will recursively traverse the passed in value marshaling its
9292
// contents into a AttributeValue. Marshal supports basic scalars
9393
// (int,uint,float,bool,string), maps, slices, and structs. Anonymous
9494
// nested types are flattened based on Go anonymous type visibility.
@@ -191,7 +191,7 @@ func Marshal(in interface{}) (types.AttributeValue, error) {
191191
//
192192
// Use the `optsFns` functional options to override the default configuration.
193193
//
194-
// MarshalWithOptions will recursively transverse the passed in value marshaling its
194+
// MarshalWithOptions will recursively traverse the passed in value marshaling its
195195
// contents into a AttributeValue. Marshal supports basic scalars
196196
// (int,uint,float,bool,string), maps, slices, and structs. Anonymous
197197
// nested types are flattened based on Go anonymous type visibility.

0 commit comments

Comments
 (0)