File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ The services of a client divide the API into logical chunks and correspond to
80
80
the structure of the [ GitHub API documentation] ( https://docs.github.com/en/rest ) .
81
81
82
82
NOTE: Using the [ context] ( https://pkg.go.dev/context ) package, one can easily
83
- pass cancelation signals and deadlines to various services of the client for
83
+ pass cancellation signals and deadlines to various services of the client for
84
84
handling a request. In case there is no context available, then ` context.Background() `
85
85
can be used as a starting point.
86
86
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ type SBOMRelationship struct {
66
66
// Example: "SPDXRef-github-interlynk-io-sbomqs-main-f43c98"
67
67
SPDXElementID string `json:"spdxElementId"`
68
68
69
- // RelatedSpdxElement is the identifier of the related SPDX element.
69
+ // RelatedSPDXElement is the identifier of the related SPDX element.
70
70
// Example: "SPDXRef-golang-github.comspf13-cobra-1.8.1-75c946"
71
71
RelatedSPDXElement string `json:"relatedSpdxElement"`
72
72
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ the structure of the GitHub API documentation at
32
32
https://docs.github.com/rest .
33
33
34
34
NOTE: Using the [context] package, one can easily
35
- pass cancelation signals and deadlines to various services of the client for
35
+ pass cancellation signals and deadlines to various services of the client for
36
36
handling a request. In case there is no context available, then [context.Background]
37
37
can be used as a starting point.
38
38
You can’t perform that action at this time.
0 commit comments