Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixes the typo in footnote
  • Loading branch information
aserebryakov committed Aug 15, 2017
1 parent e7f6ec3 commit 54bdab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unique.md
Expand Up @@ -172,7 +172,7 @@ For that, Rust has borrowed pointers. I'll cover those in the next post.
##### 1

In C++11 the `std::unique_ptr<T>` was introduced that may be in some aspects
associatedto Rust `Box<T>` but there are also significant differences.
associated to Rust `Box<T>` but there are also significant differences.

`std::unique_ptr<T>` like `Box<T>` automatically releases the memory being
pointed once it goes out of the scope and has only move semantics.
Expand Down

0 comments on commit 54bdab1

Please sign in to comment.