revert comment line of frame.go

This commit is contained in:
Linh Vo 2017-06-19 11:42:42 -05:00
parent 568320ec6d
commit 3cecd74e2e

View file

@ -653,7 +653,7 @@ type FrameOptions struct {
TimeQuantum TimeQuantum `json:"timeQuantum,omitempty"`
}
// Encode converts i into its internal representation.
// Encode converts o into its internal representation.
func (o *FrameOptions) Encode() *internal.FrameMeta {
return &internal.FrameMeta{
RowLabel: o.RowLabel,