Skip to content
This repository has been archived by the owner on Sep 12, 2018. It is now read-only.

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Keesun Baik committed Feb 6, 2015
1 parent 246b3b8 commit 63635cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/technical/java-coding-guidlines.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Use @Nullable and @Nonnull
@Nullable is an annotation defined by javax.annotation.Nullable. If an element
is annotated with @Nullable, we say the element is nullable and it means the
element may have NULL value. Similarly, if a method is annotated with
@Nulalble, we say the method is nullable and it means the method may return
@Nullable, we say the method is nullable and it means the method may return
NULL.

In a public method:
Expand Down

0 comments on commit 63635cc

Please sign in to comment.