Skip to content

Commit fb6cc43

Browse files
hiramekunjoroKr21
andauthored
Update _style/naming-conventions.md
Co-authored-by: Georgi Krastev <joro.kr.21@gmail.com>
1 parent cb8eff8 commit fb6cc43

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
@@ -266,7 +266,7 @@ advanced feature in Scala, to be used only by those most well-versed in
266266
its pitfalls. Without care, excessive use of symbolic method names can
267267
easily transform even the simplest code into symbolic soup.
268268

269-
## Constants, Values and Variable
269+
## Constants, Values and Variables
270270

271271
Constant names should be in upper camel case. Similar to Java's `static final`
272272
members, if the member is final, immutable and it belongs to a package

0 commit comments

Comments
 (0)