This is my code of the ProcessGuess() function and I’ve noticed that when my guess is not the same length as the hidden word it simply prints the line “The hidden word is (HiddenWord.Len()) characters long” and doesn’t actually remove a life.
I think that behaviour is the same as shown in the lesson I currently am in (Early Returns) but i wanted to ask if it is in fact right and will be fixed in the next lesson or if this is an error and i have done something wrong.