Fix typos in documentations.
Fix typos in READMEs, javadoc, comments and code. Original pull request #642
This commit is contained in:
committed by
Jens Schauder
parent
1aec184ff0
commit
ce994f9ea0
@@ -55,7 +55,7 @@ class TextSearchRepositoryTests {
|
||||
|
||||
/**
|
||||
* Show how to do simple matching. <br />
|
||||
* Note that text search is case insensitive and will also find entries like {@literal releases}.
|
||||
* Note that text search is case-insensitive and will also find entries like {@literal releases}.
|
||||
*/
|
||||
@Test
|
||||
void findAllBlogPostsWithRelease() {
|
||||
|
||||
@@ -53,7 +53,7 @@ class TextSearchTemplateTests {
|
||||
@Autowired MongoOperations operations;
|
||||
|
||||
/**
|
||||
* Show how to do simple matching. Note that text search is case insensitive and will also find entries like
|
||||
* Show how to do simple matching. Note that text search is case-insensitive and will also find entries like
|
||||
* {@literal releases}.
|
||||
*/
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user