You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ The source generator will look for attributes and implement interfaces that exis
47
47
* GlobalSecondaryIndex ✔
48
48
* LocalSecondaryIndex ✔
49
49
* Custom Converters: Create converters for your own types or override the [default converters](https://github.com/inputfalken/DynamoDB.SourceGenerator/blob/main/src/DynamoDBGenerator/Options/AttributeValueConverters.cs) built in to the library.
50
-
*`ValueTuple<T>` support: You don't have to declare your own types and could instead use tuples with custom named properties that will act as if the tuple was a type with with those properties.
50
+
*`ValueTuple<T>` support: You don't have to declare your own types and could instead use tuples with custom named fields that will act as if the tuple was a type with with those data members.
0 commit comments