Skip to content

Commit

Permalink
GODRIVER-2690 Remove more v2 references from common-issues
Browse files Browse the repository at this point in the history
  • Loading branch information
prestonvasquez committed Sep 18, 2023
1 parent 8dccd7d commit 354c56d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/common-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ sort := bson.D{}

## Convert BSON Document to JSON

There are a variety of marshalers that can be used to encode a BSON document as JSON, including [MarshalExtJSON](https://pkg.go.dev/github.com/mongodb/mongo-go-driver/v2/bson#MarshalExtJSON):
There are a variety of marshalers that can be used to encode a BSON document as JSON, including [MarshalExtJSON](https://pkg.go.dev/github.com/mongodb/mongo-go-driver/bson#MarshalExtJSON):

```go
doc := bson.D{{"x", 1}}
Expand Down

0 comments on commit 354c56d

Please sign in to comment.