From 418113769231db20f415ca7e333d3c536f1747d0 Mon Sep 17 00:00:00 2001 From: Matt Whitfield Date: Sun, 19 May 2024 13:00:03 +0200 Subject: [PATCH] Fixing comment (#247) --- docs/templating.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/templating.md b/docs/templating.md index 215297c..69337fe 100644 --- a/docs/templating.md +++ b/docs/templating.md @@ -76,7 +76,7 @@ Include: Model.Type.Name == 'Int32' Assert.That(_testClass.{{model.Name}}, Is.GreaterThan(5)); Assert.That(_testClass.{{model.Name}}, Is.LessThan(100)); ``` -<-- {% endraw %} --> + The output generated is: