Skip to content

Commit

Permalink
Fix typo in comment.
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Nelson <minelson@vmware.com>
  • Loading branch information
absoludity committed May 17, 2022
1 parent 5dee2f4 commit f2b7d64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func fanInAvailablePackageSummaries(ctx context.Context, pkgPlugins []pkgPluginW

fanInput := []<-chan *summaryWithOffset{}
for _, pluginWithSrv := range pkgPlugins {
// Importantly, each plugin needs its own request, with its on pagination
// Importantly, each plugin needs its own request, with its own pagination
// options.
r := &packages.GetAvailablePackageSummariesRequest{
Context: request.Context,
Expand Down

0 comments on commit f2b7d64

Please sign in to comment.