mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 22:14:05 +01:00
docs: spelling: e.g.
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Nick Craig-Wood
parent
d4f38d45a5
commit
e4a87f772f
@@ -40,7 +40,7 @@ func SetFrom(a, b interface{}) {
|
||||
//
|
||||
// This copies the public members only from b to a. This is useful if
|
||||
// you can't just use a struct copy because it contains a private
|
||||
// mutex, eg as http.Transport.
|
||||
// mutex, e.g. as http.Transport.
|
||||
func SetDefaults(a, b interface{}) {
|
||||
pt := reflect.TypeOf(a)
|
||||
t := pt.Elem()
|
||||
|
||||
Reference in New Issue
Block a user