mirror of
https://github.com/go-gitea/gitea.git
synced 2025-02-01 14:13:17 +08:00
chore: typo fix
This commit is contained in:
parent
86b10061f4
commit
899f5adf5e
|
@ -594,7 +594,7 @@ func IsUserParticipantsOfIssue(ctx context.Context, user *user_model.User, issue
|
|||
}
|
||||
|
||||
// DependencyInfo represents high level information about an issue which is a dependency of another issue.
|
||||
// this type is used in func `BlockingDependenciesMap` and `BlockedByDependenciesMap` as xorm intermediet type to retrieve info from joined tables
|
||||
// this type is used in func `BlockingDependenciesMap` and `BlockedByDependenciesMap` as xorm intermediate type to retrieve info from joined tables
|
||||
type DependencyInfo struct {
|
||||
Issue `xorm:"extends"` // an issue/pull that depend on issue_id or is blocked by issue_id. the exact usage is determined by the function using this type
|
||||
repo_model.Repository `xorm:"extends"` // the repo, that owns Issue
|
||||
|
|
Loading…
Reference in New Issue
Block a user