diff --git a/device_response.go b/device_response.go index 4f1c3899c..b9b9d655e 100644 --- a/device_response.go +++ b/device_response.go @@ -31,7 +31,7 @@ func (d *DeviceResponse) GetDeviceCode() string { return d.deviceResponse.DeviceCode } -// GetUserCode returns the response's user code +// SetDeviceCode returns the response's user code func (d *DeviceResponse) SetDeviceCode(code string) { d.deviceResponse.DeviceCode = code }