Skip to content

Commit 0808ca0

Browse files
authored
Correcting function name in instructions (#1454)
1 parent d5182e6 commit 0808ca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/concept/amusement-park/.docs/instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ attendee.pass_id
4242

4343
## 4. Revoke the pass
4444

45-
Some guests break the rules with unsafe behavior, so the park wants to be able to revoke passes. Implement `Attendee#revoke_pass` to mutate the state of the instance, and set the pass id to `nil`
45+
Some guests break the rules with unsafe behavior, so the park wants to be able to revoke passes. Implement `Attendee#revoke_pass!` to mutate the state of the instance, and set the pass id to `nil`
4646

4747
```ruby
4848
attendee = Attendee.new(106)

0 commit comments

Comments
 (0)