From e9aea9ad8234b2da96598716a19f5b334f946bbc Mon Sep 17 00:00:00 2001 From: Andrew Sisley Date: Wed, 7 Feb 2024 12:23:55 -0500 Subject: [PATCH] PR FIXUP - Fix create new collection word order --- db/collection.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/collection.go b/db/collection.go index e25f33400f..3925f99bc7 100644 --- a/db/collection.go +++ b/db/collection.go @@ -198,7 +198,7 @@ func (db *db) updateSchema( return err } - // After creating the new schema version, we need to new create collection versions for + // After creating the new schema version, we need to create new collection versions for // any collection using the previous version. These will be inactive unless [setAsActiveVersion] // is true.