Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit 4357156

Browse files
author
Mike Klemarewski
committed
Update README.md
1 parent b0a4085 commit 4357156

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ You can import the provided AndroidStyle.xml file into Android Studio by:
1313

1414
## Comments
1515

16-
Use Javadoc comments for **classes**, and every **public** method. For protected and private methods, use your own discression. Eg. if a protected method is going to be overridden a lot, write a JavaDoc comment!
16+
Use JavaDoc comments for **classes**, and every **public** method. For protected and private methods, use your own discression. Eg. if a protected method is going to be overridden a lot, write a JavaDoc comment!
1717

1818
**Remove** comments generated by Android Studio when class files are created. Typically it will append something like:
1919

0 commit comments

Comments
 (0)