Browse Source

Add missing word to JavaDoc

pull/1578/merge
Sam Brannen 8 years ago
parent
commit
2be2aa7b96
  1. 2
      spring-core/src/main/java/org/springframework/core/ReactiveTypeDescriptor.java

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

@ -22,7 +22,7 @@ import org.springframework.lang.Nullable; @@ -22,7 +22,7 @@ import org.springframework.lang.Nullable;
import org.springframework.util.Assert;
/**
* Descriptor for a reactive type with information its stream semantics, i.e.
* Descriptor for a reactive type with information about its stream semantics, i.e.
* how many values it can produce.
*
* @author Rossen Stoyanchev

Loading…
Cancel
Save