8000 chore: Fix some minor issues in the comments by sellskin · Pull Request #3615 · google/go-github · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chore: Fix some minor issues in the comments #3615

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related em 8000 ails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 1, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ The services of a client divide the API into logical chunks and correspond to
the structure of the [GitHub API documentation](https://docs.github.com/en/rest).

NOTE: Using the [context](https://pkg.go.dev/context) package, one can easily
pass cancelation signals and deadlines to various services of the client for
pass cancellation signals and deadlines to various services of the client for
handling a request. In case there is no context available, then `context.Background()`
can be used as a starting point.

Expand Down
2 changes: 1 addition & 1 deletion github/dependency_graph.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ type SBOMRelationship struct {
// Example: "SPDXRef-github-interlynk-io-sbomqs-main-f43c98"
SPDXElementID string `json:"spdxElementId"`

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

Expand Down
2 changes: 1 addition & 1 deletion github/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ the structure of the GitHub API documentation at
https://docs.github.com/rest .

NOTE: Using the [context] package, one can easily
pass cancelation signals and deadlines to various services of the client for
pass cancellation signals and deadlines to various services of the client for
handling a request. In case there is no context available, then [context.Background]
can be used as a starting point.

Expand Down
Loading
0