From 847f4f772619c8ba179e9ac9409ec62dca0a4cf0 Mon Sep 17 00:00:00 2001
From: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com>
Date: Thu, 10 Jul 2025 02:36:29 +0000
Subject: [PATCH] docs: update related packages sections
---
lib/node_modules/@stdlib/object/none-in-by/README.md | 4 ++--
1 file changed, 2 insertions(+), 2 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 bd698335d8e8..3620e78b1032 100644
--- a/lib/node_modules/@stdlib/object/none-in-by/README.md
+++ b/lib/node_modules/@stdlib/object/none-in-by/README.md
@@ -215,7 +215,7 @@ var bool = noneInBy( obj, isUnderage );
- [`@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/utils/some-in-by`][@stdlib/utils/some-in-by]: test whether an object contains at least n properties (own and inherited) which pass 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.
@@ -235,7 +235,7 @@ var bool = noneInBy( obj, isUnderage );
[@stdlib/utils/none-by]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/utils/none-by
-[@stdlib/utils/some-in-by]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/utils/some-in-by
+[@stdlib/object/some-in-by]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/object/some-in-by