diff options
| -rw-r--r-- | docs/templates.md | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/templates.md b/docs/templates.md index 3ae8c58e..94d4cc93 100644 --- a/docs/templates.md +++ b/docs/templates.md @@ -630,7 +630,7 @@ Returns an array representing the different pitch categories for a specific term  <details>    <summary>Syntax:</summary> -  <code>{{#pitchCategories @root}}{{/pitchCategories}}</code><br> +  <code>{{pitchCategories @root}}</code><br>    * _`@root`_ <br>      The argument passed should always be the root data object. |