From f0c5d45badaddf04c339d47d696f58e24fe080ff Mon Sep 17 00:00:00 2001 From: Andrew Sisley Date: Thu, 7 Nov 2024 12:01:57 -0500 Subject: [PATCH] PR FIXUP: Fix typo --- client/collection_description.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/collection_description.go b/client/collection_description.go index 844b548ddb..236cf1de6e 100644 --- a/client/collection_description.go +++ b/client/collection_description.go @@ -89,7 +89,7 @@ type CollectionDescription struct { // another collection/query (is a View). IsMaterialized bool - // IsMaterialized defines whether the history of this collection is tracked as a single, + // IsBranchable defines whether the history of this collection is tracked as a single, // verifiable entity. // // If set to `true` any change to the contents of this set will be linked to a collection