
Fixed typo
@63635cc6dda541a40ee50e6b13064e5d7a6c668f
--- docs/technical/java-coding-guidlines.md
+++ docs/technical/java-coding-guidlines.md
... | ... | @@ -22,7 +22,7 @@ |
22 | 22 |
@Nullable is an annotation defined by javax.annotation.Nullable. If an element |
23 | 23 |
is annotated with @Nullable, we say the element is nullable and it means the |
24 | 24 |
element may have NULL value. Similarly, if a method is annotated with |
25 |
-@Nulalble, we say the method is nullable and it means the method may return |
|
25 |
+@Nullable, we say the method is nullable and it means the method may return |
|
26 | 26 |
NULL. |
27 | 27 |
|
28 | 28 |
In a public method: |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?