Skip to content

Commit 12677cc

Browse files
authored
Merge pull request databricks#35 from kindsubi/master
fix wrong choice of words (korean readme)
2 parents 47a9c73 + 57bc1ae commit 12677cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README-KO.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Scala는 매우 강력하며 여러가지 페러다임에 적용 가능한 언
9494
package com.databricks.resourcemanager
9595
```
9696

97-
- 메소드/함수는 낙타등 표기법 (PascalCase)을 사용해야 합니다.
97+
- 메소드/함수는 낙타등 표기법 (camelCase)을 사용해야 합니다.
9898

9999
- 모든 상수는 대문자로 표기 하고, 연관된 객체에 배치합니다.
100100
```scala

0 commit comments

Comments
 (0)