diff --git a/tg/client_test.go b/tg/client_test.go index f35d5c2..5cd4dd9 100644 --- a/tg/client_test.go +++ b/tg/client_test.go @@ -1,6 +1,6 @@ package tg_test -// This function creates a basic client that connects to a broker and checks for message containing greetings. +// This example creates a basic client that connects to a broker and checks for message containing greetings. // If it finds a greeting message it will greet back the user (using the reply_to parameter) func ExampleCreateBrokerClient() { CreateBrokerClient("localhost:7314", func(broker *Broker, message APIMessage) {