Skip to content

Commit fc0ed55

Browse files
committed
chore: fix comment wording
1 parent a057e75 commit fc0ed55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/DynamoDBGenerator.SourceGenerator.Tests/Extensions/ToAttributeExpressionTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public void ToAttributeExpression_Double_ObjectAssignmentExpression()
5050
(x, y) => $"{x.Id} = {y.Id}");
5151

5252
// 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.
53+
// Their order is based on the order of the yield returns of AccessedValues and AccessedNames.
5454
result.Values
5555
.Should()
5656
.SatisfyRespectively(

0 commit comments

Comments
 (0)