Bug in shiftout web page documenation

On the Arduino shiftout() page:
http://www.arduino.cc/en/Reference/ShiftOut

The text below the Note:

shiftOut(data, clock, MSBFIRST, data);

Should be:

shiftOut(datapin, clock, MSBFIRST, data);

--- bill

Thanks, however:-
There is a much bigger bug in that tutorial namely connecting a capacitor to the latch pin. That will actually damage your arduino, quite a few of us have been trying for years to get that corrected for years with no effect yet.

Sounds like the arduino team needs to give some additional people the privileges to modify the wiki pages....

i.e. Arduino isn't really as open as it could (should) be.

---- bill