Rename transferer to transferrer
Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
@@ -10,7 +10,7 @@ The transfer API consists of a single operation which can be called with various
|
||||
|
||||
In Go the API looks like,
|
||||
```go
|
||||
type Transferer interface {
|
||||
type Transferrer interface {
|
||||
Transfer(ctx context.Context, source interface{}, destination interface{}, opts ...Opt) error
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user