Skip to content

Commit

Permalink
Typo fixed: Nullabe -> Nullable
Browse files Browse the repository at this point in the history
Fixes #1077

RELNOTES: N/A

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=207278809
  • Loading branch information
amaembo authored and ronshapiro committed Aug 6, 2018
1 parent e74aee3 commit cab7ec5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
import org.checkerframework.dataflow.cfg.UnderlyingAST;

/**
* An interface to the "trusting" nullness analysis. This variant "trusts" {@code Nullabe}
* An interface to the "trusting" nullness analysis. This variant "trusts" {@code Nullable}
* annotations, similar to how a modular nullness checker like the checkerframework's would, meaning
* method parameters, fields, and method returns are assumed {@link Nullness#NULLABLE} only if
* annotated so.
Expand Down

0 comments on commit cab7ec5

Please sign in to comment.