Skip to content

Commit

Permalink
Fixed typo in documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
ylussaud committed Aug 26, 2024
1 parent bcd11db commit b0bbe32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ref-doc/nightly/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ If you want to use a variable named 'userdoc' or 'enduserdoc' you can use an ext

A template construct is basically a block of template with parameters that can be called like a service. When the template construct is called its contents is inserted after all dynamic parts have been interpreted by M2Doc.

`{m:template myTemplate(a : Integer, b : Integer)} ...user block... {m:endtemplate}`
`{m:template myTemplate(a : Integer, b : Integer)} ...template block... {m:endtemplate}`

This template can be called as follow using a simple [query](index.html#query-example):

Expand Down

0 comments on commit b0bbe32

Please sign in to comment.