Skip to content

Commit d2ed93d

Browse files
committed
Fix typo in Javadoc.
1 parent 11e7f0f commit d2ed93d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-data-mongodb/src/main/java/org/springframework/data/mongodb/BindableMongoExpression.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
/**
3131
* A {@link MongoExpression} using the {@link ParameterBindingDocumentCodec} for parsing a raw ({@literal json})
3232
* expression. The expression will be wrapped within <code>{ ... }</code> if necessary. The actual parsing and parameter
33-
* binding of placeholders like {@code ?0} is delayed upon first call on the the target {@link Document} via
33+
* binding of placeholders like {@code ?0} is delayed upon first call on the target {@link Document} via
3434
* {@link #toDocument()}.
3535
* <br />
3636
*

0 commit comments

Comments
 (0)