From 7630f4f5dd0dcdf2da12229cb945eb52f9a42689 Mon Sep 17 00:00:00 2001 From: Christian Willner <34183939+vaeng@users.noreply.github.com> Date: Wed, 3 Dec 2025 13:12:12 +0100 Subject: [PATCH] docs: fix doctor data error --- exercises/concept/doctor-data/.docs/instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/concept/doctor-data/.docs/instructions.md b/exercises/concept/doctor-data/.docs/instructions.md index 8fc8b5148..52ae5f14c 100644 --- a/exercises/concept/doctor-data/.docs/instructions.md +++ b/exercises/concept/doctor-data/.docs/instructions.md @@ -38,7 +38,7 @@ You even got one of the enumerations: `BetaHydri`. Prepare the source and header files with your discovered information. You need two namespaces: `heaven` and `star_map`. The `heaven` namespace has a class `Vessel`, which can be called with two or three arguments. -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. Keep an eye out for other enumerations, so that you can constantly update the `System` enum. ## 2. Find more details