From ba3228c61ddc08f8f76c348e50bafc5c389e8d30 Mon Sep 17 00:00:00 2001 From: Bridget Lane Date: Tue, 1 May 2018 10:09:35 -0400 Subject: [PATCH] Fix up comment --- fastly/bigquery.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastly/bigquery.go b/fastly/bigquery.go index 685c3a41b..32af29407 100644 --- a/fastly/bigquery.go +++ b/fastly/bigquery.go @@ -20,7 +20,7 @@ type BigQuery struct { ResponseCondition string `mapstructure:"response_condition"` } -// GetBigQueryInput is used as input to the GetBQs function. +// GetBigQueryInput is used as input to the GetBigQuery function. type GetBigQueryInput struct { // Service is the ID of the service. Version is the specific configuration // version. Both fields are required.