Replace "you're"

This commit replaces "you're" with some other structure, often
simplifying the sentence in the process.

Also checked for words that end with "'ll" and "n't" but did not find
any.

See gh-28710
This commit is contained in:
Jay Bryant
2021-11-16 13:25:49 -06:00
committed by Andy Wilkinson
parent 00fa0fb769
commit e629e77b29
9 changed files with 10 additions and 10 deletions

View File

@@ -431,7 +431,7 @@ For more advanced driver customizations, you can register an arbitrary number of
The `CqlSession` can be customized with a bean of type `CqlSessionBuilderCustomizer`.
====
NOTE: If you're using `CqlSessionBuilder` to create multiple `CqlSession` beans, keep in mind the builder is mutable so make sure to inject a fresh copy for each session.
NOTE: If you use `CqlSessionBuilder` to create multiple `CqlSession` beans, keep in mind the builder is mutable so make sure to inject a fresh copy for each session.
The following code listing shows how to inject a Cassandra bean: