Commit from m3o/m3o action

This commit is contained in:
m3o-actions
2022-01-12 10:03:46 +00:00
parent 9fb8b7249a
commit fc9078369c
21 changed files with 1101 additions and 1101 deletions

View File

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