mirror of
https://github.com/kataras/iris.git
synced 2025-03-14 08:26:26 +01:00
minor spelling...
Former-commit-id: ed7222ed2e6677ddfc038b5a87369c9386842c59
This commit is contained in:
parent
6be7bbfbb0
commit
0271e316e0
|
@ -129,8 +129,8 @@ func main() {
|
|||
// However, you can enable it for better performance.
|
||||
// In order to enable key mapping for
|
||||
// jet specific renderer and ranger types
|
||||
// then initialize the View Engine
|
||||
// by `tmpl.DisableViewDataTypeCheck("_jet")`.
|
||||
// you have to initialize the View Engine
|
||||
// with `tmpl.DisableViewDataTypeCheck("_jet")`.
|
||||
//
|
||||
// Defaults to type checks, empty key.
|
||||
ctx.ViewData("_jet", (&doneTODOs{}).New(todos))
|
||||
|
|
Loading…
Reference in New Issue
Block a user