We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c6feee commit 8113a3fCopy full SHA for 8113a3f
Source/DataSources/CompositeEntityCollection.js
@@ -449,7 +449,7 @@ define([
449
/**
450
* Gets an entity with the specified id.
451
*
452
- * @param {Object} id The id of the entity to retrieve.
+ * @param {String} id The id of the entity to retrieve.
453
* @returns {Entity} The entity with the provided id or undefined if the id did not exist in the collection.
454
*/
455
CompositeEntityCollection.prototype.getById = function(id) {
0 commit comments