Merge pull request #1489 from xt0rted/patch-1

Fix spacing in param comment
This commit is contained in:
Basarat Ali Syed
2013-12-31 22:26:09 -08:00
+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;