diff --git a/Fluid/Ast/ForStatement.cs b/Fluid/Ast/ForStatement.cs index 8b3f4a83..5cbb83dd 100644 --- a/Fluid/Ast/ForStatement.cs +++ b/Fluid/Ast/ForStatement.cs @@ -55,7 +55,7 @@ public override async ValueTask WriteToAsync(TextWriter writer, Text var startIndex = 0; if (Offset is not null) { - if (OffSetIsContinue) + if (OffsetIsContinue) { startIndex = (int)context.GetValue(_continueOffsetLiteral).ToNumberValue(); }