Skip to content

Commit 3e8200d

Browse files
committed
Polishing.
Fix typos.
1 parent 3c004bd commit 3e8200d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/mapping/Document.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
/**
4343
* The collection the document representing the entity is supposed to be stored in. If not configured, a default
4444
* collection name will be derived from the type's name. The attribute supports SpEL expressions to dynamically
45-
* calculate the collection to based on a per operation basis.
46-
*
45+
* calculate the collection to based on a per-operation basis.
46+
*
4747
* @return the name of the collection to be used.
4848
*/
4949
@AliasFor("collection")
@@ -53,7 +53,7 @@
5353
* The collection the document representing the entity is supposed to be stored in. If not configured, a default
5454
* collection name will be derived from the type's name. The attribute supports SpEL expressions to dynamically
5555
* calculate the collection to based on a per operation basis.
56-
*
56+
*
5757
* @return the name of the collection to be used.
5858
*/
5959
@AliasFor("value")

spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/mapping/TimeSeries.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
/**
4242
* The collection the document representing the entity is supposed to be stored in. If not configured, a default
4343
* collection name will be derived from the type's name. The attribute supports SpEL expressions to dynamically
44-
* calculate the collection based on a per operation basis.
44+
* calculate the collection based on a per-operation basis.
4545
*
4646
* @return the name of the collection to be used.
4747
* @see Document#collection()

src/main/antora/modules/ROOT/pages/mongodb/mongo-encryption.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ It is possible to create custom annotations out of the provided ones.
188188
MongoDB Collection Info::
189189
+
190190
====
191-
[source,java,indent=0,subs="verbatim,quotes",role="thrid"]
191+
[source,jsonc,indent=0,subs="verbatim,quotes",role="thrid"]
192192
----
193193
{
194194
name: 'patient',

0 commit comments

Comments
 (0)