We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b19591b + 5cb216b commit ade70f2Copy full SHA for ade70f2
style/naming-conventions.md
@@ -247,9 +247,9 @@ easily transform even the simplest code into symbolic soup.
247
248
## Constants, Values, Variable and Methods
249
250
-Constant names should be in upper camel case. That is, if the member is
251
-final, immutable and it belongs to a package object or an object,
252
-it may be considered a constant (similar to Java's `static final` members):
+Constant names should be in upper camel case. Similar to Java's `static final`
+members, if the member is final, immutable and it belongs to a package
+object or an object, it may be considered a constant:
253
254
object Container {
255
val MyConstant = ...
0 commit comments