Skip to content

Commit

Permalink
PR FIXUP - Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSisley committed Sep 16, 2024
1 parent ad85f15 commit 5687ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/collection_description.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ type CollectionDescription struct {
// If it is true, they will be, if false, the data returned on query will be calculated
// at query-time from source.
//
// At the moment this can only be set to `false` if this collection sources it's data from
// At the moment this can only be set to `false` if this collection sources its data from
// another collection/query (is a View).
IsMaterialized bool
}
Expand Down

0 comments on commit 5687ad6

Please sign in to comment.