Great escape incorrect description

The Initialization input is said to come in 4 different lines:
Line 1: w: width of the board (=9)
Line 2: h: height of the board (=9)
Line 3: playerCount: number of players: 2
Line 4: myId: your id in the game (first player = 0, second player = 1, etc.)

But that is not correct, they come on the same line, divided by whitespaces. Can this be corrected, for future players?