Skip to content

Commit 97e323e

Browse files
authored
[Java Sync] Typo fix to phrasing (#612)
* remove redundant uses of example
1 parent 8a66e31 commit 97e323e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/fundamentals/data-formats/pojo-customization.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ package:
285285

286286
* - ``BsonRepresentation``
287287
- Specifies the BSON type used to store the value when different from the
288-
POJO property. See an example of :ref:`bsonrepresentation-annotation-code-example` on this page.
288+
POJO property. See the :ref:`bsonrepresentation-annotation-code-example` on this page.
289289

290290
* - ``BsonId``
291291
- Marks a property to serialize as the _id property.
@@ -312,7 +312,7 @@ package:
312312
| - `BsonDocument <{+api+}/apidocs/bson/org/bson/BsonDocument.html>`__
313313
| - ``Map<String, Object>``
314314
|
315-
| See an example of a :ref:`BsonExtraElements Annotation Example <bsonextraelements-annotation-code-example>`.
315+
| See the :ref:`BsonExtraElements Annotation Example <bsonextraelements-annotation-code-example>` on this page.
316316

317317
The following code snippet shows a sample POJO called ``Product`` that uses
318318
several of the preceding annotations.
@@ -601,9 +601,9 @@ POJO:
601601
- identify the constructor using the ``BsonCreator`` annotation
602602

603603
For an example of setting the ``ANNOTATION_CONVENTION``, see the
604-
:ref:`ANNOTATION_CONVENTION example <bson-annotation-convention>`.
604+
:ref:`ANNOTATION_CONVENTION tip <bson-annotation-convention>`.
605605
For an example of the ``BsonCreator`` annotation, see the
606-
:ref:`POJO with annotation code example <bson-annotation-code-example>`.
606+
:ref:`sample POJO code <bson-annotation-code-example>`.
607607

608608
.. _pojo-serialization-customization:
609609

0 commit comments

Comments
 (0)