diff options
| author | Andrew Gallant <[email protected]> | 2013-01-26 12:51:48 -0500 |
|---|---|---|
| committer | Andrew Gallant <[email protected]> | 2013-01-26 12:51:48 -0500 |
| commit | 7043a79bf5cdf6f52a6dc4a05be364da10593ad4 (patch) | |
| tree | d4013315844c1c91adffaca5636bde134f5a2eb8 /xgbgen/expression.go | |
| parent | 0faa267d653d815a370a50be59480a3801bc440f (diff) | |
gofmt
Diffstat (limited to 'xgbgen/expression.go')
| -rw-r--r-- | xgbgen/expression.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xgbgen/expression.go b/xgbgen/expression.go index 2047b5f..f88232c 100644 --- a/xgbgen/expression.go +++ b/xgbgen/expression.go @@ -322,7 +322,7 @@ func (e *FieldRef) Initialize(p *Protocol) { } // EnumRef represents a reference to some enumeration field. -// EnumKind is the "group" an EnumItem is the name of the specific enumeration +// EnumKind is the "group" an EnumItem is the name of the specific enumeration // value inside that group. type EnumRef struct { EnumKind Type |
