From 2be2aa7b965e217c3e8a27f5a971323d19457374 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Mon, 13 Nov 2017 00:46:20 +0100 Subject: [PATCH] Add missing word to JavaDoc --- .../java/org/springframework/core/ReactiveTypeDescriptor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-core/src/main/java/org/springframework/core/ReactiveTypeDescriptor.java b/spring-core/src/main/java/org/springframework/core/ReactiveTypeDescriptor.java index cf2deab161..5749b7b52f 100644 --- a/spring-core/src/main/java/org/springframework/core/ReactiveTypeDescriptor.java +++ b/spring-core/src/main/java/org/springframework/core/ReactiveTypeDescriptor.java @@ -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