Skip to content

Commit e428b9b

Browse files
Ryan Gibbmp911de
Ryan Gibb
authored andcommitted
Fix a typo in MongoConverter javadoc.
Original pull request: #3758.
1 parent 6e38610 commit e428b9b

File tree

1 file changed

+2
-1
lines changed
  • spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/convert

1 file changed

+2
-1
lines changed

spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/convert/MongoConverter.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,14 @@
4040
* @author Thomas Darimont
4141
* @author Christoph Strobl
4242
* @author Mark Paluch
43+
* @author Ryan Gibb
4344
*/
4445
public interface MongoConverter
4546
extends EntityConverter<MongoPersistentEntity<?>, MongoPersistentProperty, Object, Bson>, MongoWriter<Object>,
4647
EntityReader<Object, Bson> {
4748

4849
/**
49-
* Returns thw {@link TypeMapper} being used to write type information into {@link Document}s created with that
50+
* Returns the {@link TypeMapper} being used to write type information into {@link Document}s created with that
5051
* converter.
5152
*
5253
* @return will never be {@literal null}.

0 commit comments

Comments
 (0)