mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #1489 from xt0rted/patch-1
Fix spacing in param comment
This commit is contained in:
Vendored
+1
-1
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user