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 Greg L. Turnquist
parent 43e482e6a7
commit 2818350227

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">