protocol/rtcp/client.go: fixed missing double quote in comment for Client.SetName()

This commit is contained in:
Saxon 2019-05-24 10:14:37 +09:30
parent 809d904878
commit ad241abdfd
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ func (c *Client) SetSendInterval(d time.Duration) {
}
// SetName sets a custom client name for use in receiver report source description.
// Default is Client".
// Default is "Client".
func (c *Client) SetName(name string) {
c.name = name
}