mirror of
https://github.com/gogs/gogs.git
synced 2025-05-31 11:42:13 +00:00
chore: fix typo in docstring (#7269)
This commit is contained in:
parent
a5ad63a005
commit
83335043e2
@ -834,7 +834,7 @@ func GetIssueByRef(ref string) (*Issue, error) {
|
||||
return issue, issue.LoadAttributes()
|
||||
}
|
||||
|
||||
// GetIssueByIndex returns raw issue without loading attributes by index in a repository.
|
||||
// GetRawIssueByIndex returns raw issue without loading attributes by index in a repository.
|
||||
func GetRawIssueByIndex(repoID, index int64) (*Issue, error) {
|
||||
issue := &Issue{
|
||||
RepoID: repoID,
|
||||
|
Loading…
x
Reference in New Issue
Block a user