Skip to content

Commit

Permalink
edit comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxSchmide committed Aug 6, 2023
1 parent 3e79a4b commit 1355064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const startGame = () => {
const number = generateRandomNumber();

const tryToGuess = () => {
terminal.question('Enter 4 digits number: ', (guess) => {
terminal.question('Enter a number with 4 different digits: ', (guess) => {
const matches = check(number, guess);

if (guess.length !== 4) {
Expand Down

0 comments on commit 1355064

Please sign in to comment.