fix a typo in layout.go

This commit is contained in:
hararudoka 2022-03-15 19:51:23 +03:00
parent dd790ca6c1
commit a4d61d0eb4

View File

@ -370,6 +370,7 @@ func (lt *Layout) MarkupLocale(locale, k string, args ...interface{}) *tele.Repl
// The given optional argument will be passed to the template engine. // The given optional argument will be passed to the template engine.
// //
// results: // results:
// article:
// type: article // type: article
// id: '{{ .ID }}' // id: '{{ .ID }}'
// title: '{{ .Title }}' // title: '{{ .Title }}'