Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Bonfort <[email protected]>
  • Loading branch information
pericles-tpt and tbonfort authored Sep 22, 2023
1 parent d8cc18a commit 4e2914f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion godal.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 4e2914f

Please sign in to comment.