Commit 792a85ea authored by Brian Tiger Chow's avatar Brian Tiger Chow Committed by Juan Batiz-Benet

docs(commands) amend

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