Skip to content

Commit 39000be

Browse files
rbleusemp911de
authored andcommitted
Fix typo in Update documentation.
See #1223
1 parent ad64815 commit 39000be

File tree

1 file changed

+1
-1
lines changed
  • spring-data-cassandra/src/main/java/org/springframework/data/cassandra/core/query

1 file changed

+1
-1
lines changed

spring-data-cassandra/src/main/java/org/springframework/data/cassandra/core/query/Update.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
import com.datastax.oss.driver.api.core.CqlIdentifier;
3232

3333
/**
34-
* Update object representing representing a set of update operations. {@link Update} objects can be created in a fluent
34+
* Update object representing a set of update operations. {@link Update} objects can be created in a fluent
3535
* style. Each construction operation creates a new immutable {@link Update} object.
3636
*
3737
* <pre class="code">

0 commit comments

Comments
 (0)