Skip to content

Commit

Permalink
Fix comment in typo
Browse files Browse the repository at this point in the history
  • Loading branch information
supercairos committed Nov 27, 2023
1 parent 5f9b0b1 commit bc70138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion device_response.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit bc70138

Please sign in to comment.