Skip to content

Commit 8a51b81

Browse files
authored
docs: fix doctor data error (#1007)
1 parent 864b9b2 commit 8a51b81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/concept/doctor-data/.docs/instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ You even got one of the enumerations: `BetaHydri`.
3838
Prepare the source and header files with your discovered information.
3939
You need two namespaces: `heaven` and `star_map`.
4040
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.
41+
The `System` enum is to be placed in the `star_map` namespace and has an `BetaHydri` enumeration.
4242
Keep an eye out for other enumerations, so that you can constantly update the `System` enum.
4343
4444
## 2. Find more details

0 commit comments

Comments
 (0)