Skip to content

Commit 49207f4

Browse files
authored
docs: Extend RepositoryContentGetOptions description (#3637)
1 parent 6540c41 commit 49207f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)