diff --git a/foreign/go/contracts/client.go b/foreign/go/contracts/client.go index 0c963ed55..f3b6dac65 100644 --- a/foreign/go/contracts/client.go +++ b/foreign/go/contracts/client.go @@ -44,8 +44,8 @@ type Client interface { // Authentication is required, and the permission to manage the streams. UpdateStream(streamId Identifier, name string) error - // DeleteStream delete a topic by unique ID or name. - // Authentication is required, and the permission to manage the topics. + // DeleteStream delete a stream by unique ID or name. + // Authentication is required, and the permission to manage the streams. DeleteStream(id Identifier) error // GetTopic Get the info about a specific topic by unique ID or name.