Update trig.go
This commit is contained in:
parent
9fa5ea847d
commit
3d0e3982d7
|
@ -21,7 +21,7 @@ func (s *Trig) SampleConfig() string {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s *Trig) Description() 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 {
|
func (s *Trig) Gather(acc plugins.Accumulator) error {
|
||||||
|
|
Loading…
Reference in New Issue