diff options
Diffstat (limited to 'llgo/third_party/gofrontend/libgo/go/html/template/doc.go')
| -rw-r--r-- | llgo/third_party/gofrontend/libgo/go/html/template/doc.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llgo/third_party/gofrontend/libgo/go/html/template/doc.go b/llgo/third_party/gofrontend/libgo/go/html/template/doc.go index d422ada37a7..1827403aa38 100644 --- a/llgo/third_party/gofrontend/libgo/go/html/template/doc.go +++ b/llgo/third_party/gofrontend/libgo/go/html/template/doc.go @@ -151,7 +151,7 @@ The template can be invoked with - tmpl.Execute(out, HTML(`<b>World</b>`)) + tmpl.Execute(out, template.HTML(`<b>World</b>`)) to produce |

