Skip to content

Commit 1e7e532

Browse files
mmoayyedsdeleuze
authored andcommitted
Fix typos in SubstituteOnlyIfPresent Javadoc
Closes gh-31455
1 parent fa57598 commit 1e7e532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-orm/src/main/java/org/springframework/orm/jpa/vendor/SubstituteOnlyIfPresent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import java.util.function.Predicate;
2020

2121
/**
22-
* Predicate intended to enabled the related GraalVM substitution only when the class is present in the classpath.
22+
* Predicate intended to enable the related GraalVM substitution only when the class is present on the classpath.
2323
*
2424
* @author Sebastien Deleuze
2525
* @since 6.1

0 commit comments

Comments
 (0)