We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 106cd49 commit 3d57347Copy full SHA for 3d57347
models/repo.go
@@ -263,7 +263,7 @@ func (repo *Repository) MustOwnerName() string {
263
return repo.mustOwnerName(x)
264
}
265
266
-// MustOwnerNameCtx is similiar MustOwnerName but with a database context
+// MustOwnerNameCtx is similar MustOwnerName but with a database context
267
func (repo *Repository) MustOwnerNameCtx(ctx DBContext) string {
268
return repo.mustOwnerName(ctx.e)
269
@@ -717,7 +717,7 @@ func (repo *Repository) Link() string {
717
return repo.LinkCtx(DefaultDBContext())
718
719
720
-// LinkCtx is similiar with Link but with database context
+// LinkCtx is similar with Link but with database context
721
func (repo *Repository) LinkCtx(ctx DBContext) string {
722
return setting.AppSubURL + "/" + repo.fullName(ctx.e)
723
0 commit comments