We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d407ec commit a3b9016Copy full SHA for a3b9016
exercises/concept/power-of-troy/.docs/hints.md
@@ -2,7 +2,7 @@
2
3
## 1. Bring humans to the world of Troy
4
5
-- The core of this exercise is the usage of `unique_ptr` and `shared_prt`.
+- The core of this exercise is the usage of `unique_ptr` and `shared_ptr`.
6
Which kind of smart pointer should be used for each of the `human` variables?
7
- `artifacts` are not shared, but `powers` are needed to track influenced people.
8
- the `possession` pointer should be unique, the power pointers should be shared.
0 commit comments