We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fdb911 commit 8620c20Copy full SHA for 8620c20
spring-ai-commons/src/main/java/org/springframework/ai/document/id/IdGenerator.java
@@ -26,7 +26,7 @@ public interface IdGenerator {
26
27
/**
28
* 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.
+ * random generator might not dependent on or use the content parameters.
30
* @param contents the content to generate an ID for.
31
* @return the generated ID.
32
*/
0 commit comments