From 3cfaff9cbba0a02c8fb37c86d1a68e57efab3f34 Mon Sep 17 00:00:00 2001 From: Haley Weslin <15714156-hweslin@users.noreply.gitlab.com> Date: Sat, 2 Sep 2023 05:22:51 +0000 Subject: [PATCH] Remove stray by: veilid_core/struct.VeilidAPI.html "specified by at startup time" has an extra "by" (wrong grammar) After changing it, build_docs.sh fixes rustdoc here: target/doc/veilid_core/struct.VeilidAPI.html --- veilid-core/src/veilid_api/api.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/veilid-core/src/veilid_api/api.rs b/veilid-core/src/veilid_api/api.rs index 70da215e..6fcc5b6b 100644 --- a/veilid-core/src/veilid_api/api.rs +++ b/veilid-core/src/veilid_api/api.rs @@ -24,7 +24,7 @@ impl Drop for VeilidAPIInner { /// /// From [VeilidAPI] one can access: /// -/// * [VeilidConfig] - The Veilid configuration specified by at startup time +/// * [VeilidConfig] - The Veilid configuration specified at startup time /// * [Crypto] - The available set of cryptosystems provided by Veilid /// * [TableStore] - The Veilid table-based encrypted persistent key-value store /// * [ProtectedStore] - The Veilid abstract of the device's low-level 'protected secret storage'