From 09951d77c1708e7ef7295cbf33964cebd9ec6fae Mon Sep 17 00:00:00 2001 From: Kwangsoo Yeo Date: Mon, 23 Oct 2023 16:05:24 -0700 Subject: [PATCH] rev --- sdk/go/picovoice.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/go/picovoice.go b/sdk/go/picovoice.go index 56eff38fe..97a0da56b 100644 --- a/sdk/go/picovoice.go +++ b/sdk/go/picovoice.go @@ -355,7 +355,7 @@ func (picovoice *Picovoice) Process(pcm []int16) error { } // Reset resets the internal state of Picovoice. It should be called before processing a new stream of audio -// or when process was stopped while processing a stream of audio. +// or when Picovoice was stopped while processing a stream of audio. func (picovoice *Picovoice) Reset() error { if !picovoice.initialized { return &PicovoiceError{