Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
4a59be00
Commit
4a59be00
authored
Mar 20, 2012
by
David Symonds
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
html/template: fix typo and make grammar consistent in comments.
R=golang-dev, r CC=golang-dev
https://golang.org/cl/5866044
parent
c5488d4f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
content.go
src/pkg/html/template/content.go
+2
-2
No files found.
src/pkg/html/template/content.go
View file @
4a59be00
...
...
@@ -26,10 +26,10 @@ type (
HTML
string
// HTMLAttr encapsulates an HTML attribute from a trusted source,
// for example
:
` dir="ltr"`.
// for example
,
` dir="ltr"`.
HTMLAttr
string
// JS encapsulates a known safe EcmaScript5 Expression, or example,
// JS encapsulates a known safe EcmaScript5 Expression,
f
or example,
// `(x + y * z())`.
// Template authors are responsible for ensuring that typed expressions
// do not break the intended precedence and that there is no
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment