mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-07-28 01:15:23 -04:00
Merge branch '2aferTypo2023-10-14' into 'main'
Fix "bytes afer" comment typo veilid_crypto_js.rs See merge request veilid/veilid!222
This commit is contained in:
commit
f73657a293
1 changed files with 1 additions and 1 deletions
|
@ -538,7 +538,7 @@ impl VeilidCrypto {
|
||||||
veilid_core::ROUTE_ID_LENGTH
|
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)]
|
#[wasm_bindgen(getter)]
|
||||||
pub fn ROUTE_ID_LENGTH_ENCODED() -> usize {
|
pub fn ROUTE_ID_LENGTH_ENCODED() -> usize {
|
||||||
veilid_core::ROUTE_ID_LENGTH_ENCODED
|
veilid_core::ROUTE_ID_LENGTH_ENCODED
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue