We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70b4b60 commit b553d0aCopy full SHA for b553d0a
tests/DynamoDBGenerator.SourceGenerator.Tests/Extensions/ToAttributeExpressionTests.cs
@@ -50,7 +50,7 @@ public void ToAttributeExpression_Double_ObjectAssignmentExpression()
50
(x, y) => $"{x.Id} = {y.Id}");
51
52
// Order of Values and Names do not match the access pattern in the expression.
53
- // Their order is based on the the order of the yield returns of AccessedValues and AccessedNames.
+ // Their order is based on the order of the yield returns of AccessedValues and AccessedNames.
54
result.Values
55
.Should()
56
.SatisfyRespectively(
0 commit comments