Some minor documentation adjustments.

This commit is contained in:
Xavier Mamano
2012-01-07 20:07:07 +01:00
parent b7dee9ca6d
commit 107edcf0e5
2 changed files with 3 additions and 3 deletions

View File

@@ -76,7 +76,7 @@ OpenLayers.Format.Atom = OpenLayers.Class(OpenLayers.Format.XML, {
* doc - {Element} or {String}
*
* Returns:
* Array(<OpenLayers.Feature.Vector>)
* Array({<OpenLayers.Feature.Vector>})
*/
read: function(doc) {
if (typeof doc == "string") {