Skip to content

Commit ae0486d

Browse files
committed
docs: extend RepositoryContentGetOptions description
1 parent 6540c41 commit ae0486d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

github/repos_contents.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ type RepositoryContentFileOptions struct {
6262
}
6363

6464
// RepositoryContentGetOptions represents an optional ref parameter, which can be a SHA,
65-
// branch, or tag.
65+
// branch, or tag. E.g., `6540c41b`, `heads/main`, `tags/v1.0`.
6666
type RepositoryContentGetOptions struct {
6767
Ref string `url:"ref,omitempty"`
6868
}

0 commit comments

Comments
 (0)