Skip to content

Commit 2775d6e

Browse files
committed
Fixing a typo in JavaDoc.
See #1090
1 parent ea5c55b commit 2775d6e

File tree

1 file changed

+1
-1
lines changed
  • spring-data-relational/src/main/java/org/springframework/data/relational/core/sql

1 file changed

+1
-1
lines changed

spring-data-relational/src/main/java/org/springframework/data/relational/core/sql/Segment.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public interface Segment extends Visitable {
5050
* Return a SQL string representation of this {@link Segment}.
5151
* <p/>
5252
* 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
53+
* work in the context of a specific dialect, you should not assume that the {@link #toString()} representation works across
5454
* multiple databases.
5555
*
5656
* @return a SQL string representation of this {@link Segment}.

0 commit comments

Comments
 (0)