Skip to content

Commit 2be2aa7

Browse files
committed
Add missing word to JavaDoc
1 parent 532eb1d commit 2be2aa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-core/src/main/java/org/springframework/core/ReactiveTypeDescriptor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
import org.springframework.util.Assert;
2323

2424
/**
25-
* Descriptor for a reactive type with information its stream semantics, i.e.
25+
* Descriptor for a reactive type with information about its stream semantics, i.e.
2626
* how many values it can produce.
2727
*
2828
* @author Rossen Stoyanchev

0 commit comments

Comments
 (0)