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: