Skip to content

Commit a3b9016

Browse files
authored
docs: fix type in hints.md (#935)
1 parent 0d407ec commit a3b9016

File tree

1 file changed

+1
-1
lines changed
  • exercises/concept/power-of-troy/.docs

1 file changed

+1
-1
lines changed

exercises/concept/power-of-troy/.docs/hints.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 1. Bring humans to the world of Troy
44

5-
- The core of this exercise is the usage of `unique_ptr` and `shared_prt`.
5+
- The core of this exercise is the usage of `unique_ptr` and `shared_ptr`.
66
Which kind of smart pointer should be used for each of the `human` variables?
77
- `artifacts` are not shared, but `powers` are needed to track influenced people.
88
- the `possession` pointer should be unique, the power pointers should be shared.

0 commit comments

Comments
 (0)