Error in learning - can't edit Wiki

On the Liquid Crystal Learing page there's an error

lcd.setCursor(0, 0); // top left
lcd.setCursor(15, 0); // top right
lcd.setCursor(1, 0); // bottom left
lcd.setCursor(15, 1); // bottom right

Should be

lcd.setCursor(0, 0); // top left
lcd.setCursor(15, 0); // top right
lcd.setCursor(0, 1); // bottom left
lcd.setCursor(15, 1); // bottom right

arduino.cc/en/Tutorial/LiquidCrystalSetCursor (can't post a proper link yet)

Hej,

posted the error to the main wiki responsible. He's looking into it.

Thanks,

/d

SOLVED