Fix typo in Update documentation.

See #1223
This commit is contained in:
Rémi Bleuse
2022-02-17 22:21:57 +09:00
committed by Mark Paluch
parent cf453b8a38
commit 2ead071960

View File

@@ -31,7 +31,7 @@ import org.springframework.util.StringUtils;
import com.datastax.oss.driver.api.core.CqlIdentifier;
/**
* Update object representing representing a set of update operations. {@link Update} objects can be created in a fluent
* Update object representing a set of update operations. {@link Update} objects can be created in a fluent
* style. Each construction operation creates a new immutable {@link Update} object.
*
* <pre class="code">