From 2f23f19aca943d64d4f3dda8ffcf37e95ed5ae42 Mon Sep 17 00:00:00 2001 From: aler9 Date: Sun, 26 Jan 2020 21:40:35 +0100 Subject: [PATCH] update docs --- connclient.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connclient.go b/connclient.go index 878bbfc5..e74d7a11 100644 --- a/connclient.go +++ b/connclient.go @@ -42,7 +42,7 @@ func (c *ConnClient) EnableCseq() { c.cseqEnabled = true } -// SetCredentials allows to automatically insert Authenticate header into every outgoing request. +// SetCredentials allows to automatically insert the Authenticate header into every outgoing request. // The content of the header is computed with the given user, password, realm and nonce. func (c *ConnClient) SetCredentials(user string, pass string, realm string, nonce string) { c.authProv = newAuthClientProvider(user, pass, realm, nonce)