From 638b2836e6665a8c8b451fe8f989e476bced48c8 Mon Sep 17 00:00:00 2001 From: Andrew Sisley Date: Wed, 7 Feb 2024 12:22:00 -0500 Subject: [PATCH] PR FIXUP - Fix CollectionSource documentation --- client/descriptions.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/descriptions.go b/client/descriptions.go index 150190231a..ada44acc25 100644 --- a/client/descriptions.go +++ b/client/descriptions.go @@ -137,7 +137,7 @@ type QuerySource struct { Query request.Select } -// QuerySource represents a collection data source from another collection instance. +// CollectionSource represents a collection data source from another collection instance. // // Data against all collection instances in a CollectionSource chain will be returned as-if // from the same dataset when queried. Lens transforms may be applied between instances.