Fix comment

This commit is contained in:
Ivan Danyliuk 2018-02-15 18:53:18 -08:00 committed by Frank Mueller
parent f78b79b49b
commit 716f1b1cb0
1 changed files with 1 additions and 2 deletions

View File

@ -7,8 +7,7 @@ import (
// ConnectionState represents device connection state and type,
// as reported by mobile framework.
//
// Zero value represents default assumption about network
// connection until first update — online, on cellular and not expensive.
// Zero value represents default assumption about network (online and unknown type).
type ConnectionState struct {
Offline bool `json:"offline"`
Type ConnectionType `json:"type"`