Skip to content

Commit e3d3b1b

Browse files
authored
docs(tem): modifs to tem doc for new developers site (#1667)
1 parent d0f047c commit e3d3b1b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

api/tem/v1alpha1/tem_sdk.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ var (
3939
_ = namegenerator.GetRandomName
4040
)
4141

42-
// API: tem.
43-
// Transactional Email API documentation.
42+
// API: transactional Email API.
4443
type API struct {
4544
client *scw.Client
4645
}
@@ -292,7 +291,7 @@ type Statistics struct {
292291
SentCount uint32 `json:"sent_count"`
293292
// FailedCount: number of emails in the final `failed` state. This means emails that have been refused by the target mail system with a final error status.
294293
FailedCount uint32 `json:"failed_count"`
295-
// CanceledCount: number of emails in the final `canceled` state. This meanns emails that have been canceled upon request.
294+
// CanceledCount: number of emails in the final `canceled` state. This means emails that have been canceled upon request.
296295
CanceledCount uint32 `json:"canceled_count"`
297296
}
298297

0 commit comments

Comments
 (0)