From 3cecd74e2e79e82c1da322a96d4bbd3df512e65b Mon Sep 17 00:00:00 2001 From: Linh Vo Date: Mon, 19 Jun 2017 11:42:42 -0500 Subject: [PATCH] revert comment line of frame.go --- frame.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frame.go b/frame.go index f694c9e97..dbc26541e 100644 --- a/frame.go +++ b/frame.go @@ -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,