Keesun Baik 2015-02-06
Fixed typo
@63635cc6dda541a40ee50e6b13064e5d7a6c668f
docs/technical/java-coding-guidlines.md
--- docs/technical/java-coding-guidlines.md
+++ docs/technical/java-coding-guidlines.md
@@ -22,7 +22,7 @@
 @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:
Add a comment
List