Skip to content

Commit b553d0a

Browse files
authored
chore: fix comment wording (#90)
1 parent 70b4b60 commit b553d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)