Skip to content

Commit 7d63d5d

Browse files
joelanfordCopilot
andauthored
Update internal/catalogd/storage/storage.go
Co-authored-by: Copilot <[email protected]>
1 parent 562bb85 commit 7d63d5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/catalogd/storage/storage.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ func (i *Instances) Store(ctx context.Context, catalog string, seq iter.Seq2[*de
8787
activeInstances := i.activeInstances()
8888
numActiveInstances := len(activeInstances)
8989

90-
// copy the sequence `len(i.instances)` times.
90+
// copy the sequence `len(activeInstances)` times.
9191
copiedSeqs, cancel := copySequence(seq, numActiveInstances)
9292
defer cancel()
9393

0 commit comments

Comments
 (0)