diff --git a/libraries/entities/src/EntityItemProperties.cpp b/libraries/entities/src/EntityItemProperties.cpp
index 945804a0fc..8df85bcfe6 100644
--- a/libraries/entities/src/EntityItemProperties.cpp
+++ b/libraries/entities/src/EntityItemProperties.cpp
@@ -688,8 +688,8 @@ EntityPropertyFlags EntityItemProperties::getChangedProperties() const {
* @property {Uuid} owningAvatarID=Uuid.NULL - The session ID of the owning avatar if avatarEntity
is
* true
, otherwise {@link Uuid(0)|Uuid.NULL}. Read-only.
*
- * @property {string} created - The UTC date and time that the entity was created, in ISO 8601 format as
- * yyyy-MM-ddTHH:mm:ssZ
. Read-only.
+ * @property {number} created - When the entity was created, expressed as the number of microseconds since
+ * 1970-01-01T00:00:00 UTC. Read-only.
* @property {number} age - The age of the entity in seconds since it was created. Read-only.
* @property {string} ageAsText - The age of the entity since it was created, formatted as h hours m minutes s
* seconds
.