Skip to content

Commit

Permalink
fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
seporterfield authored Jan 1, 2023
1 parent 3fad2a9 commit 66eaaf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/smart_pointers/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Smart Pointers
# Smart Pointers
In Rust, smart pointers are variables that contain an address in memory and reference some other data, but they also have additional metadata and capabilities.
Smart pointers in Rust often own the data they point to, while references only borrow data.

Expand Down

0 comments on commit 66eaaf7

Please sign in to comment.