Skip to content

Commit

Permalink
PR FIXUP - Fix create new collection word order
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSisley committed Feb 7, 2024
1 parent 4896350 commit e9aea9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/collection.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit e9aea9a

Please sign in to comment.