From 4e7ece68a36f64474b023423a8c07ab20abd35b8 Mon Sep 17 00:00:00 2001 From: nomicon-kr Date: Sat, 28 Sep 2024 00:18:48 +0900 Subject: [PATCH] Update destructors.md --- src/destructors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/destructors.md b/src/destructors.md index e70c5e1..07d3870 100644 --- a/src/destructors.md +++ b/src/destructors.md @@ -1,4 +1,4 @@ -# Destructors +# 소멸자 What the language *does* provide is full-blown automatic destructors through the `Drop` trait, which provides the following method: