From 2775d6e0255f4fb93aa44c90d3c0ebee3bec22e3 Mon Sep 17 00:00:00 2001 From: Jens Schauder Date: Wed, 17 Nov 2021 15:52:07 +0100 Subject: [PATCH] Fixing a typo in JavaDoc. See #1090 --- .../org/springframework/data/relational/core/sql/Segment.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-data-relational/src/main/java/org/springframework/data/relational/core/sql/Segment.java b/spring-data-relational/src/main/java/org/springframework/data/relational/core/sql/Segment.java index 562839c7..09cd2cfe 100644 --- a/spring-data-relational/src/main/java/org/springframework/data/relational/core/sql/Segment.java +++ b/spring-data-relational/src/main/java/org/springframework/data/relational/core/sql/Segment.java @@ -50,7 +50,7 @@ public interface Segment extends Visitable { * Return a SQL string representation of this {@link Segment}. *

* The representation is intended for debugging purposes and an approximation to the generated SQL. While it might - * 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 * multiple databases. * * @return a SQL string representation of this {@link Segment}.