Error in code sample in jQuery Docs

Error in code sample in jQuery Docs


Hi all,
I've discovered a typo in the jQuery plugin example code here:
http://docs.jquery.com/Plugins/Authoring#Putting_It_All_Together
The closing curly bracket of the myPlugin function body has an
extraneous closing parenthesis after it; I copied and pasted the
boilerplate code to begin my own plugin, but it threw errors until
someone figured it out for me!
I've tried to log in and edit it myself on the docs site, but I don't
have the correct permissions, so I've posted this here in the hope
that someone can fix it.
Cheers,
Mark B