Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lealceldeiro committed Sep 1, 2023
1 parent af60e6b commit 91946ce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class RocketDoor implements Door {

class SecuredDoor implements Door {
- String key
- String String visitorKey
- String visitorKey
- Door realDoor

+ SecuredDoor(Door realDoor)
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 91946ce

Please sign in to comment.