From 509458258ed2f277c4e2bc7fd6fdab1215c8eb74 Mon Sep 17 00:00:00 2001 From: nomicon-kr Date: Fri, 27 Sep 2024 12:53:12 +0900 Subject: [PATCH] Update unchecked-uninit.md --- src/unchecked-uninit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unchecked-uninit.md b/src/unchecked-uninit.md index b3dd31c..f1b9561 100644 --- a/src/unchecked-uninit.md +++ b/src/unchecked-uninit.md @@ -1,4 +1,4 @@ -# Unchecked Uninitialized Memory +# 검사받지 않는 미초기화 메모리 One interesting exception to this rule is working with arrays. Safe Rust doesn't permit you to partially initialize an array. When you initialize an array, you