Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions exercises/02-conditions-simple/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 📝 Instructions

Given a person age, print on the console the following:
Given a person's age, print the following to the console:

1. `is old enough` if its old enough to drink.
2. `not old enough` if its not old enough to drink.
1. `is old enough` if the person is old enough to drink.
2. `not old enough` if the person is not old enough to drink.