Skip to content

Commit 66eaaf7

Browse files
fixed formatting
1 parent 3fad2a9 commit 66eaaf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/smart_pointers/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Smart Pointers
1+
# Smart Pointers
22
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.
33
Smart pointers in Rust often own the data they point to, while references only borrow data.
44

0 commit comments

Comments
 (0)