Skip to content

Commit

Permalink
Update Fluid/Ast/ForStatement.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Hisham Bin Ateya <hishamco_2007@yahoo.com>
  • Loading branch information
sebastienros and hishamco authored May 29, 2024
1 parent 2a9ba0f commit 548ce20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Fluid/Ast/ForStatement.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public override async ValueTask<Completion> WriteToAsync(TextWriter writer, Text
var startIndex = 0;
if (Offset is not null)
{
if (OffSetIsContinue)
if (OffsetIsContinue)
{
startIndex = (int)context.GetValue(_continueOffsetLiteral).ToNumberValue();
}
Expand Down

0 comments on commit 548ce20

Please sign in to comment.