Possible documentation error: bitshift

On page << - Arduino Reference there is

int y = unsigned(x) >> 3; // binary: 0001111111111110

Is that really correct? Surely, the syntax for typecasts is (type)variable

thanks g3rse,

fixed