From aa55ff8ffb124ab4e5d03a3680be60456870f6d3 Mon Sep 17 00:00:00 2001 From: Gavin King Date: Fri, 16 Jun 2023 08:00:43 +0200 Subject: [PATCH] very minor "you" to "we" --- documentation/src/main/asciidoc/introduction/Tuning.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/documentation/src/main/asciidoc/introduction/Tuning.adoc b/documentation/src/main/asciidoc/introduction/Tuning.adoc index f93635f26d..322bdabc87 100644 --- a/documentation/src/main/asciidoc/introduction/Tuning.adoc +++ b/documentation/src/main/asciidoc/introduction/Tuning.adoc @@ -920,7 +920,8 @@ Indeed, the usual practice is to avoid having transactions that span user intera That said, there _is_ also a place for pessimistic locks, which can sometimes reduce the probability of transaction rollbacks. -Therefore, the `find()`, `lock()`, and `refresh()` methods of the reactive session accept an optional `LockMode`. You can also specify a `LockMode` for a query. +Therefore, the `find()`, `lock()`, and `refresh()` methods of the reactive session accept an optional `LockMode`. +We can also specify a `LockMode` for a query. The lock mode can be used to request a pessimistic lock, or to customize the behavior of optimistic locking: .Optimistic and pessimistic lock modes