Skip to content

Commit c2f2fbe

Browse files
committed
fix linter error (again?)
1 parent 791f227 commit c2f2fbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

galley/pkg/mcp/snapshot/inmemory.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ func NewInMemory() *InMemory {
3434
}
3535
}
3636

37-
// Envelopes is an implementation of Snapshot.Envelopes
37+
// Resources is an implementation of Snapshot.Resources
3838
func (s *InMemory) Resources(typ string) []*mcp.Envelope {
3939
return s.envelopes[typ]
4040
}

0 commit comments

Comments
 (0)