Skip to content

Commit bc6d53c

Browse files
typo (#369) (#370)
(cherry picked from commit 8451d26) Co-authored-by: Mike Woofter <[email protected]>
1 parent 73536a0 commit bc6d53c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

source/fundamentals/serialization/guid-serialization.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,9 @@ Configure with Attributes
133133
If you're using the {+driver-short+} to
134134
:ref:`automap your {+language+} classes to document schemas <csharp-class-mapping>`,
135135
you can add the ``BsonGuidRepresentation`` attribute to a GUID property
136-
to specify its representation. This attribute accepts a value from the
136+
to specify its representation. This attribute accepts a value from the
137+
`GuidRepresentation <{+new-api-root+}/MongoDB.Bson/MongoDB.Bson.GuidRepresentation.html>`__
138+
enum.
137139

138140
The following code example specifies the ``Standard`` GUID representation for the
139141
``G`` property:
@@ -224,4 +226,5 @@ guide, see the following API documentation:
224226
- `BsonBinaryData <{+new-api-root+}/MongoDB.Bson/MongoDB.Bson.BsonBinaryData.html>`__
225227
- `BsonGuidRepresentation <{+new-api-root+}/MongoDB.Bson/MongoDB.Bson.Serialization.Attributes.BsonGuidRepresentationAttribute.html>`__
226228
- `GuidSerializer <{+new-api-root+}/MongoDB.Bson/MongoDB.Bson.Serialization.Serializers.GuidSerializer.html>`__
227-
- `ObjectSerializer <{+new-api-root+}/MongoDB.Bson/MongoDB.Bson.Serialization.Serializers.ObjectSerializer.html>`__
229+
- `ObjectSerializer <{+new-api-root+}/MongoDB.Bson/MongoDB.Bson.Serialization.Serializers.ObjectSerializer.html>`__
230+
- `GuidRepresentation <{+new-api-root+}/MongoDB.Bson/MongoDB.Bson.GuidRepresentation.html>`__

0 commit comments

Comments
 (0)