From 99b049af20268701e215b5c232ca004e205ec432 Mon Sep 17 00:00:00 2001 From: Andrey Breslav Date: Thu, 12 Feb 2015 11:17:05 +0100 Subject: [PATCH] Minor. Typo fixed --- spec-docs/flexible-java-types.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec-docs/flexible-java-types.md b/spec-docs/flexible-java-types.md index d4a5081fceb..232206c920d 100644 --- a/spec-docs/flexible-java-types.md +++ b/spec-docs/flexible-java-types.md @@ -124,12 +124,12 @@ Constructs in question: anything that provides an expected type, i.e. ## Warnings on nullability misuse -A type loaded from Java is said to *bare* a `@Nullable`/`@NotNull` annotation when +A type loaded from Java is said to *bear* a `@Nullable`/`@NotNull` annotation when - it's a return type a method so annotated; - it's a type of a field or a parameter so annotated; - it's a so annotated type (Java 8 and later). -A value is `@Nullable`/`@NotNull` when its type bares such an annotation. +A value is `@Nullable`/`@NotNull` when its type bears such an annotation. Inside this section, a value is *nullable*/*not-null* when - it's `@Nullable`/`@NotNull`, or