From 7493e70fc5426deeea1b207c967efc3375047249 Mon Sep 17 00:00:00 2001 From: Miranto <85173375+m1ranto@users.noreply.github.com> Date: Tue, 22 Aug 2023 17:23:42 +0300 Subject: [PATCH] Fix duplicate hints number (#1565) --- exercises/concept/amusement-park/.docs/hints.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/concept/amusement-park/.docs/hints.md b/exercises/concept/amusement-park/.docs/hints.md index 69f84fd9a0..7407c1ff5b 100644 --- a/exercises/concept/amusement-park/.docs/hints.md +++ b/exercises/concept/amusement-park/.docs/hints.md @@ -25,7 +25,7 @@ - In the `Attendee#issue_pass!` method, set the instance's state to the argument. -## 4. Revoke the pass +## 5. Revoke the pass - In the `Attendee#revoke_pass!` setter method set the instance's state so that no pass exists.