Skip to content

Commit 8620c20

Browse files
authored
fix typo
Signed-off-by: stroller <fujian1115@gmail.com>
1 parent 0fdb911 commit 8620c20

File tree

1 file changed

+1
-1
lines changed
  • spring-ai-commons/src/main/java/org/springframework/ai/document/id

1 file changed

+1
-1
lines changed

spring-ai-commons/src/main/java/org/springframework/ai/document/id/IdGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public interface IdGenerator {
2626

2727
/**
2828
* Generate a unique ID for the given content. Note: some generator, such as the
29-
* random generator might not dependant on or use the content parameters.
29+
* random generator might not dependent on or use the content parameters.
3030
* @param contents the content to generate an ID for.
3131
* @return the generated ID.
3232
*/

0 commit comments

Comments
 (0)