Rename transferer to transferrer

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan
2022-11-30 11:28:17 -08:00
parent fc2754204f
commit f88162587b
7 changed files with 15 additions and 19 deletions

View File

@@ -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
}
```