We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 864b9b2 commit 8a51b81Copy full SHA for 8a51b81
exercises/concept/doctor-data/.docs/instructions.md
@@ -38,7 +38,7 @@ You even got one of the enumerations: `BetaHydri`.
38
Prepare the source and header files with your discovered information.
39
You need two namespaces: `heaven` and `star_map`.
40
The `heaven` namespace has a class `Vessel`, which can be called with two or three arguments.
41
-The `System` enum is to be placed in the `star_map` namespace and has an `EpsilonEridani` enumeration.
+The `System` enum is to be placed in the `star_map` namespace and has an `BetaHydri` enumeration.
42
Keep an eye out for other enumerations, so that you can constantly update the `System` enum.
43
44
## 2. Find more details
0 commit comments