From c6d434ca8d2f08900915ac5e718c2c9e6e3f0389 Mon Sep 17 00:00:00 2001 From: Haley Weslin <15714156-hweslin@users.noreply.gitlab.com> Date: Sat, 14 Oct 2023 17:20:40 +0000 Subject: [PATCH] Fix "bytes afer" comment typo byte_array_types.rs This fixes a typo of "bytes afer" for "bytes after" in a comment in veilid-core/src/crypto/types/byte_array_types.rs. --- veilid-core/src/crypto/types/byte_array_types.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/veilid-core/src/crypto/types/byte_array_types.rs b/veilid-core/src/crypto/types/byte_array_types.rs index 4c989bab..8042dd3b 100644 --- a/veilid-core/src/crypto/types/byte_array_types.rs +++ b/veilid-core/src/crypto/types/byte_array_types.rs @@ -48,7 +48,7 @@ pub const SHARED_SECRET_LENGTH_ENCODED: usize = CRYPTO_KEY_LENGTH_ENCODED; /// Length of a route id in bytes #[allow(dead_code)] pub const ROUTE_ID_LENGTH: usize = CRYPTO_KEY_LENGTH; -/// Length of a route id in bytes afer encoding to base64url +/// Length of a route id in bytes after encoding to base64url #[allow(dead_code)] pub const ROUTE_ID_LENGTH_ENCODED: usize = CRYPTO_KEY_LENGTH_ENCODED; /// Length of a hash digest in bytes