Skip to content

Commit 4e0a491

Browse files
committed
Fix capitalization in Korean translation README
Corrected the capitalization of 'null' in a section heading to 'Null' for consistency in the ko_KR translation README.
1 parent 1cdb847 commit 4e0a491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/translations/ko_KR/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ company = company.copyWith(name: 'Google', director: Director(...));
544544
company = company.copyWith.director(name: 'Larry', assistant: Assistant(...));
545545
```
546546

547-
**null 고려사항**
547+
**Null 고려사항**
548548

549549
일부 객체는 `null`일 수 있습니다. 예를 들어, `Company` 클래스에서 `Director``assistant``null`일 수 있습니다.
550550

0 commit comments

Comments
 (0)