Skip to content

Commit c9c576e

Browse files
committed
Changed employees to singular.
1 parent e2dd6fe commit c9c576e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/concept/black-jack/.docs/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ True
195195
>>> 44 in lucky_numbers
196196
False
197197

198-
# A dictionary of employees.
198+
# A dictionary of employee information.
199199
>>> employee = {'name': 'John Doe', 'id': 67826, 'age': 33, 'title': 'ceo'}
200200

201201
# Checking for the membership of certain keys.

0 commit comments

Comments
 (0)