Skip to content

Commit

Permalink
Merge branch 'main' into require-id-1150
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] committed Oct 21, 2022
2 parents e6dbbe2 + ea39dff commit 4cc2f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/types/types.go
Expand Up @@ -20,7 +20,7 @@
// 2. As they are used for logging - `fjson` package.
// 3. As they are used in the wire protocol implementation - `bson` package.
// 4. As they are used to store data in PostgreSQL - `pjson` package.
// 5. As they are used to store data in PostgreSQL - `tjson` package.
// 5. As they are used to store data in Tigris - `tjson` package.
//
// The reason for that is a separation of concerns: to avoid method names clashes, to simplify type asserts,
// to make refactorings and optimizations easier, etc.
Expand Down

0 comments on commit 4cc2f4b

Please sign in to comment.