Fix "bytes afer" comment typo veilid_crypto_js.rs

This fixes a typo of "bytes afer" for "bytes after" in a comment
in veilid-wasm/src/veilid_crypto_js.rs.
This commit is contained in:
Haley Weslin 2023-10-14 17:27:31 +00:00
parent ff56634667
commit 1587633064

View File

@ -538,7 +538,7 @@ impl VeilidCrypto {
veilid_core::ROUTE_ID_LENGTH
}
/// Length of a route id in bytes afer encoding to base64url
/// Length of a route id in bytes after encoding to base64url
#[wasm_bindgen(getter)]
pub fn ROUTE_ID_LENGTH_ENCODED() -> usize {
veilid_core::ROUTE_ID_LENGTH_ENCODED