Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(683)

Unified Diff: pkg/present/parse.go

Issue 6907059: code review 6907059: present: Fix typo in a comment. (Closed)
Patch Set: diff -r f5665212f5f5 https://code.google.com/p/go.talks Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/present/parse.go
===================================================================
--- a/pkg/present/parse.go
+++ b/pkg/present/parse.go
@@ -40,7 +40,7 @@ func (d *Doc) Render(w io.Writer, t *tem
type ParseFunc func(fileName string, lineNumber int, inputLine string) (Elem, error)
-// Register binds the named action, which does not being with a period, to the
+// Register binds the named action, which does not begin with a period, to the
// specified parser to be invoked when the name, with a period, appears in the
// present input text.
func Register(name string, parser ParseFunc) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b