From 8620c20d3faf4002126abbb49004dc3be9ca4b8e Mon Sep 17 00:00:00 2001 From: stroller Date: Sat, 18 Oct 2025 11:18:21 +0800 Subject: [PATCH] fix typo Signed-off-by: stroller --- .../java/org/springframework/ai/document/id/IdGenerator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-ai-commons/src/main/java/org/springframework/ai/document/id/IdGenerator.java b/spring-ai-commons/src/main/java/org/springframework/ai/document/id/IdGenerator.java index 2251016f6d1..a06e55b4ed5 100644 --- a/spring-ai-commons/src/main/java/org/springframework/ai/document/id/IdGenerator.java +++ b/spring-ai-commons/src/main/java/org/springframework/ai/document/id/IdGenerator.java @@ -26,7 +26,7 @@ public interface IdGenerator { /** * Generate a unique ID for the given content. Note: some generator, such as the - * random generator might not dependant on or use the content parameters. + * random generator might not dependent on or use the content parameters. * @param contents the content to generate an ID for. * @return the generated ID. */