mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
Merge pull request #560 from scpeters/stared
CppCoreGuidelines.md spelling error
This commit is contained in:
commit
64ed63170f
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user