Commit 9737070b authored by Eric Myhre's avatar Eric Myhre

Comment typo fix.

parent 680f1386
......@@ -58,7 +58,7 @@ func (g structReprMapReprGenerator) EmitNodeType(w io.Writer) {
// We do also want some constants for our fields;
// they'll make iterators able to work faster.
// These might be the same strings as the type-level field names
// (in face, they are, unless renames are used)... but that's fine.
// (in fact, they are, unless renames are used)... but that's fine.
// We get simpler code by just doing this unconditionally.
doTemplate(`
var (
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment