Add missing word to JavaDoc

This commit is contained in:
Sam Brannen 2017-11-13 00:46:20 +01:00
parent 532eb1d776
commit 2be2aa7b96
1 changed files with 1 additions and 1 deletions

View File

@ -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