CppCoreGuidelines.md spelling error

stared_ptr -> shared_ptr
This commit is contained in:
Steven Peters
2016-03-23 15:24:19 -07:00
parent 967e763d8f
commit 2a7fab1697

View File

@@ -7598,7 +7598,7 @@ be able to destroy a cyclic structure.
??? (HS: A lot of people say "to break cycles", while I think "temporary shared ownership" is more to the point.)
???(BS: breaking cycles is what you must do; temporarily sharing ownership is how you do it.
You could "temporarily share ownership" simply by using another `stared_ptr`.)
You could "temporarily share ownership" simply by using another `shared_ptr`.)
##### Enforcement