Use gender neutral pronouns

This commit is contained in:
Ben James 2018-08-02 15:15:35 +01:00
parent ded121f974
commit e4a4426ff1
24 changed files with 37 additions and 37 deletions

View file

@ -4,7 +4,7 @@ importance: 5
# Repeat until the input is correct
Write a loop which prompts for a number greater than `100`. If the visitor enters another number -- ask him to input again.
Write a loop which prompts for a number greater than `100`. If the visitor enters another number -- ask them to input again.
The loop must ask for a number until either the visitor enters a number greater than `100` or cancels the input/enters an empty line.