diff --git a/godal.go b/godal.go index fffe56e..3c8b8d3 100644 --- a/godal.go +++ b/godal.go @@ -891,7 +891,7 @@ func (ds *Dataset) SetNoData(nd float64, opts ...SetNoDataOption) error { return cgc.close() } -// SetScale sets the band's scale and offset +// SetScaleOffset sets the band's scale and offset func (ds *Dataset) SetScaleOffset(scale, offset float64, opts ...SetScaleOffsetOption) error { setterOpts := &setScaleOffsetOpts{} for _, opt := range opts {