Skip to content

Commit 2ba6704

Browse files
author
Colin Robertson
authored
Merge pull request #2997 from ShamanCoder/patch-1
Update how-to-create-and-use-weak-ptr-instances.md
2 parents c48abf1 + a7e6229 commit 2ba6704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cpp/how-to-create-and-use-weak-ptr-instances.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Destroying Controller4
7777
Press any key
7878
```
7979

80-
As an experiment, modify the vector `others` to be a `vector<shared_ptr<Controller>>`, and then in the output, notice that no destructors are invoked when `TestRun` returns.
80+
As an experiment, modify the vector `others` to be a `vector<shared_ptr<Controller>>`, and then in the output, notice that no destructors are invoked when `RunTest` returns.
8181

8282
## See also
8383

0 commit comments

Comments
 (0)