From 38911cc3c14808c981106a3d45f33838909fa2be Mon Sep 17 00:00:00 2001
From: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com>
Date: Fri, 9 Jan 2026 02:38:29 +0000
Subject: [PATCH] docs: update related packages sections
---
lib/node_modules/@stdlib/object/none-in-by/README.md | 3 ---
1 file changed, 3 deletions(-)
diff --git a/lib/node_modules/@stdlib/object/none-in-by/README.md b/lib/node_modules/@stdlib/object/none-in-by/README.md
index eed7e322440e..47ba9bf7b022 100644
--- a/lib/node_modules/@stdlib/object/none-in-by/README.md
+++ b/lib/node_modules/@stdlib/object/none-in-by/README.md
@@ -213,7 +213,6 @@ var bool = noneInBy( obj, isUnderage );
- [`@stdlib/object/any-in-by`][@stdlib/object/any-in-by]: test whether at least one property in an object passes a test implemented by a predicate function.
- [`@stdlib/object/every-in-by`][@stdlib/object/every-in-by]: test whether all properties (own and inherited) of an object pass a test implemented by a predicate function.
-- [`@stdlib/utils/for-in`][@stdlib/utils/for-in]: invoke a function for each own and inherited enumerable property of an object.
- [`@stdlib/utils/none-by`][@stdlib/utils/none-by]: test whether all elements in a collection fail a test implemented by a predicate function.
- [`@stdlib/object/some-in-by`][@stdlib/object/some-in-by]: test whether an object contains at least n properties (own and inherited) which pass a test implemented by a predicate function.
@@ -231,8 +230,6 @@ var bool = noneInBy( obj, isUnderage );
[@stdlib/object/every-in-by]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/object/every-in-by
-[@stdlib/utils/for-in]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/utils/for-in
-
[@stdlib/utils/none-by]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/utils/none-by
[@stdlib/object/some-in-by]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/object/some-in-by