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 Nov 7, 2024
1 parent 0058588 commit f0c5d45
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 @@ -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
Expand Down

0 comments on commit f0c5d45

Please sign in to comment.