draw: fix a comment typo.
Change-Id: I6d34d091514915333e488cee9e2ddb5a9d78b6a5 Reviewed-on: https://go-review.googlesource.com/6801 Reviewed-by: David Symonds <dsymonds@golang.org>
This commit is contained in:
parent
2c27a34d37
commit
93a98e7805
|
@ -23,7 +23,7 @@ type Scaler interface {
|
|||
}
|
||||
|
||||
// Interpolator is an interpolation algorithm, when dst and src pixels don't
|
||||
// have a 1:1 correspondance.
|
||||
// have a 1:1 correspondence.
|
||||
//
|
||||
// Of the interpolators provided by this package:
|
||||
// - NearestNeighbor is fast but usually looks worst.
|
||||
|
|
Loading…
Reference in New Issue
Block a user