docs(commands) amend

This commit is contained in:
Brian Tiger Chow 2014-11-11 21:34:54 -08:00 committed by Juan Batiz-Benet
parent e6f2de40dc
commit ea15bd6ffe

View File

@ -42,8 +42,8 @@ type Command struct {
Marshallers map[EncodingType]Marshaller
// Type describes the type of the output of the Command's Run Function.
// Precisely, the value of Type is an instance of the return type of the
// Run Function.
// In precise terms, the value of Type is an instance of the return type of
// the Run Function.
//
// ie. If command Run returns &Block{}, then Command.Type == &Block{}
Type interface{}