Fix typos in documentations.

Fix typos in READMEs, javadoc, comments and code.

Original pull request #642
This commit is contained in:
Marc Wrobel
2022-07-18 16:43:44 +02:00
committed by Jens Schauder
parent 1aec184ff0
commit ce994f9ea0
57 changed files with 83 additions and 83 deletions

View File

@@ -21,8 +21,8 @@ import org.springframework.data.cassandra.repository.Query;
import org.springframework.data.repository.CrudRepository;
/**
* Simple repository interface for {@link User} instances. The interface is used to declare so called query methods,
* methods to retrieve single entities or collections of them.
* Simple repository interface for {@link User} instances. The interface is used to declare the so-called query methods,
* i.e. methods to retrieve single entities or collections of them.
*
* @author Thomas Darimont
*/

View File

@@ -29,7 +29,7 @@ import org.springframework.data.cassandra.core.query.Query;
/**
* Test showing differences between fetching results as {@link List} and {@link Stream streaming} results using
* Cassandra Lifecyle Events.
* Cassandra Lifecycle Events.
*
* @author Mark Paluch
*/