Skip to content

Commit 2adf71c

Browse files
committed
Fix comment
1 parent 255527b commit 2adf71c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/feed/feed.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ func GetFeeds(ctx context.Context, opts activities_model.GetFeedsOptions) (activ
2121
return activities_model.GetFeeds(ctx, opts)
2222
}
2323

24-
// NotifyWatchers creates batch of actions for every watcher.
24+
// notifyWatchers creates batch of actions for every watcher.
2525
// It could insert duplicate actions for a repository action, like this:
2626
// * Original action: UserID=1 (the real actor), ActUserID=1
2727
// * Organization action: UserID=100 (the repo's org), ActUserID=1

0 commit comments

Comments
 (0)