From 3d0e3982d76e46eb01fa42561edc04128ccf46a3 Mon Sep 17 00:00:00 2001 From: Regan Kuchan Date: Tue, 1 Dec 2015 16:39:39 -0800 Subject: [PATCH] Update trig.go --- plugins/trig/trig.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/trig/trig.go b/plugins/trig/trig.go index 610a5852b..e966cbd46 100644 --- a/plugins/trig/trig.go +++ b/plugins/trig/trig.go @@ -12,8 +12,8 @@ type Trig struct { } var TrigConfig = ` -# Set the amplitude -amplitude = 10.0 + # Set the amplitude + amplitude = 10.0 ` func (s *Trig) SampleConfig() string { @@ -21,7 +21,7 @@ func (s *Trig) SampleConfig() string { } func (s *Trig) Description() string { - return "Insert trig data" + return "Inserts sine and cosine waves for demonstration purposes" } func (s *Trig) Gather(acc plugins.Accumulator) error {