Skip to content

Commit 66db0d4

Browse files
committed
C#: Address review comment.
1 parent 90d888d commit 66db0d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

csharp/extractor/Semmle.Extraction.CSharp/Entities/Expressions/ElementAccess.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ private void PopulateSlice(TextWriter trapFile, IMethodSymbol slice, RangeExpres
123123
{
124124
if (range is not null)
125125
{
126-
// Populate the call arguments in case
126+
// Populate the call arguments
127127
var left = range.LeftOperand is ExpressionSyntax lsyntax
128128
? MakeFromRangeEndpoint(lsyntax, this, 0)
129129
: MakeZeroLiteral(this, 0);

0 commit comments

Comments
 (0)