Skip to content

Commit 449bdde

Browse files
authored
Remove the used comma
1 parent 0ff012d commit 449bdde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_style/naming-conventions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ next-page: types
1212
---
1313

1414
Generally speaking, Scala uses "camel case" naming. That is,
15-
each word, is capitalized, except possibly the first word:
15+
each word is capitalized, except possibly the first word:
1616

1717
UpperCamelCase
1818
lowerCamelCase

0 commit comments

Comments
 (0)