We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea5c55b commit 2775d6eCopy full SHA for 2775d6e
spring-data-relational/src/main/java/org/springframework/data/relational/core/sql/Segment.java
@@ -50,7 +50,7 @@ public interface Segment extends Visitable {
50
* Return a SQL string representation of this {@link Segment}.
51
* <p/>
52
* The representation is intended for debugging purposes and an approximation to the generated SQL. While it might
53
- * work in the context of a specific dialect, you should not that the {@link #toString()} representation works across
+ * work in the context of a specific dialect, you should not assume that the {@link #toString()} representation works across
54
* multiple databases.
55
*
56
* @return a SQL string representation of this {@link Segment}.
0 commit comments