Skip to content

Commit

Permalink
PR FIXUP - Fix documentes typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSisley committed Feb 7, 2024
1 parent 6c050eb commit 648698f
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 @@ -222,7 +222,7 @@ func (db *db) updateSchema(

// The collection version may exist before the schema version was created locally. This is
// because migrations for the globally known schema version may have been registered locally
// (typically to handle documentes synced over P2P at higher versions) before the local schema
// (typically to handle documents synced over P2P at higher versions) before the local schema
// was updated. We need to check for them now, and update them instead of creating new ones
// if they exist.
var isExistingCol bool
Expand Down

0 comments on commit 648698f

Please sign in to comment.