Skip to content

Commit b79c028

Browse files
committed
fix: escape && in XML doc comment (CS1570)
1 parent 1fb3297 commit b79c028

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/TinyTemplateEngine.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ private bool EvaluateCondition(string condition, ExecutionContext context)
565565
}
566566

567567
/// <summary>
568-
/// Finds a logical operator (&&, ||) that's not inside parentheses.
568+
/// Finds a logical operator (&amp;&amp;, ||) that's not inside parentheses.
569569
/// </summary>
570570
private static int FindOperatorOutsideParentheses(string condition, string op)
571571
{

0 commit comments

Comments
 (0)