Fix spacing in param comment

This commit is contained in:
Brian Surowiec
2014-01-01 00:39:06 -05:00
parent 768d0c2dff
commit 0f20de72a2
+1 -1
View File
@@ -631,7 +631,7 @@ interface JQueryStatic {
/**
* Parses a string into an XML document.
*
* @param dataa well-formed XML string to be parsed
* @param data a well-formed XML string to be parsed
*/
parseXML(data: string): XMLDocument;