Skip to content

Commit c9a7e45

Browse files
Update README.md
1 parent 26c08ed commit c9a7e45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This repo contain concepts of Java and some codes
66
### Class and Interface
77
Start with capital and each internal world is capital
88
### Method and Variable
9-
If the name contains multiple words, start it with the lowercase letter followed by an uppercase letter i.e ** camelCase **
9+
If the name contains multiple words, start it with the lowercase letter followed by an uppercase letter i.e **camelCase**
1010
### Package
1111
It should be a lowercase letter such as java, lang.
1212
If the name contains multiple words, it should be separated by dots (.) such as java.util,java.lang.

0 commit comments

Comments
 (0)