diff --git a/lib/node_modules/@stdlib/utils/README.md b/lib/node_modules/@stdlib/utils/README.md
index 1666a4a853c3..81aef578b4c4 100644
--- a/lib/node_modules/@stdlib/utils/README.md
+++ b/lib/node_modules/@stdlib/utils/README.md
@@ -91,7 +91,6 @@ The namespace has the following sub-namespaces:
- [`shift( collection )`][@stdlib/utils/shift]: remove and return the first element of a collection.
- [`someByRight( collection, n, predicate[, thisArg ] )`][@stdlib/utils/some-by-right]: test whether a collection contains at least `n` elements which pass a test implemented by a predicate function, iterating from right to left.
- [`someBy( collection, n, predicate[, thisArg ] )`][@stdlib/utils/some-by]: test whether a collection contains at least `n` elements which pass a test implemented by a predicate function.
-- [`someOwnBy( obj, n, predicate[, thisArg ] )`][@stdlib/utils/some-own-by]: test whether an object contains at least `n` own properties which pass a test implemented by a predicate function.
- [`some( collection, n )`][@stdlib/utils/some]: test whether a collection contains at least `n` elements which are truthy.
- [`tabulateBy( collection[, options,] indicator )`][@stdlib/utils/tabulate-by]: generate a frequency table according to an indicator function.
- [`tabulate( collection )`][@stdlib/utils/tabulate]: generate a frequency table.
@@ -772,8 +771,6 @@ console.log( objectKeys( utils ) );
[@stdlib/utils/some-by]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/utils/some-by
-[@stdlib/utils/some-own-by]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/utils/some-own-by
-
[@stdlib/utils/some]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/utils/some
[@stdlib/utils/tabulate-by]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/utils/tabulate-by