Skip to content

Commit

Permalink
Fixing comment (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwhitfield authored May 19, 2024
1 parent 1ab9317 commit 4181137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/templating.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %} -->
<!-- {% endraw %} -->

The output generated is:

Expand Down

0 comments on commit 4181137

Please sign in to comment.