File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ new TextEncoder()
12
12
13
13
/**
14
14
* Calculate the output size needed to encode a given input size for
15
- * {@linkcode encodeRawHex }.
15
+ * {@linkcode encodeIntoHex }.
16
16
*
17
17
* @param originalSize The size of the input buffer.
18
18
* @returns The size of the output buffer.
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ export type Base32Format = "Base32" | "Base32Hex" | "Base32Crockford";
28
28
29
29
/**
30
30
* Calculate the output size needed to encode a given input size for
31
- * {@linkcode encodeRawBase32 }.
31
+ * {@linkcode encodeIntoBase32 }.
32
32
*
33
33
* @param rawSize The size of the input buffer.
34
34
* @returns The size of the output buffer.
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ export type Base64Format = "Base64" | "Base64Url";
26
26
27
27
/**
28
28
* Calculate the output size needed to encode a given input size for
29
- * {@linkcode encodeRawBase64 }.
29
+ * {@linkcode encodeIntoBase64 }.
30
30
*
31
31
* @param originalSize The size of the input buffer.
32
32
* @returns The size of the output buffer.
You can’t perform that action at this time.
0 commit comments