Skip to content

Commit d656f74

Browse files
authored
Update README.md
typo on line 32, "different"
1 parent 01efc1d commit d656f74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/cpp5/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ In general, unique_ptr is preferred since shared_ptr may not free resources if t
2929
## constintptr.cpp
3030

3131
[Video](https://youtu.be/0Xo18Ozh09Q) (5:29)
32-
*Demonstration of allocating constant pointers in differnt ways*
32+
*Demonstration of allocating constant pointers in different ways*
3333

3434
## variant.cpp
3535

0 commit comments

Comments
 (0)