diff --git a/docs/object.js b/docs/object.js index c0603646..785eb104 100644 --- a/docs/object.js +++ b/docs/object.js @@ -52,5 +52,5 @@ class Object { * @returns {number} number of links to this object. * @since 2.6.0 */ - linkingObjectsCount(objectType, property) {} + linkingObjectsCount() {} }