Skip to content

Commit eff2bbd

Browse files
authored
chore: Fix some minor issues in the comments (#3615)
1 parent 5e2e19e commit eff2bbd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ The services of a client divide the API into logical chunks and correspond to
8080
the structure of the [GitHub API documentation](https://docs.github.com/en/rest).
8181

8282
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
8484
handling a request. In case there is no context available, then `context.Background()`
8585
can be used as a starting point.
8686

github/dependency_graph.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ type SBOMRelationship struct {
6666
// Example: "SPDXRef-github-interlynk-io-sbomqs-main-f43c98"
6767
SPDXElementID string `json:"spdxElementId"`
6868

69-
// RelatedSpdxElement is the identifier of the related SPDX element.
69+
// RelatedSPDXElement is the identifier of the related SPDX element.
7070
// Example: "SPDXRef-golang-github.comspf13-cobra-1.8.1-75c946"
7171
RelatedSPDXElement string `json:"relatedSpdxElement"`
7272

github/doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ the structure of the GitHub API documentation at
3232
https://docs.github.com/rest .
3333
3434
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
3636
handling a request. In case there is no context available, then [context.Background]
3737
can be used as a starting point.
3838

0 commit comments

Comments
 (0)