Commit from m3o/m3o action

This commit is contained in:
m3o-actions
2022-01-12 09:44:30 +00:00
parent 06e0e031f0
commit f238a3dde3
19 changed files with 888 additions and 888 deletions

View File

@@ -20,7 +20,7 @@ type CarbonService struct {
client *client.Client
}
// Purchase 1 tonne of carbon offsets in a single request
// Purchase 1K (0.001 tonne) of carbon offsets in a single request
func (t *CarbonService) Offset(request *OffsetRequest) (*OffsetResponse, error) {
rsp := &OffsetResponse{}