present: fix misspelled TODO
Change-Id: Id984c4e5c7cde4a5ecf3ae783441fc866d86d404 Reviewed-on: https://go-review.googlesource.com/21527 Reviewed-by: Chris Broadfoot <cbro@golang.org>
This commit is contained in:
parent
e77df0732c
commit
fe1488f8ab
|
@ -18,7 +18,7 @@ import (
|
|||
// Is the playground available?
|
||||
var PlayEnabled = false
|
||||
|
||||
// TOOD(adg): replace the PlayEnabled flag with something less spaghetti-like.
|
||||
// TODO(adg): replace the PlayEnabled flag with something less spaghetti-like.
|
||||
// Instead this will probably be determined by a template execution Context
|
||||
// value that contains various global metadata required when rendering
|
||||
// templates.
|
||||
|
|
Loading…
Reference in New Issue