From 40827abc600ea05a31b70bf6e68f27b644f4ea0d Mon Sep 17 00:00:00 2001 From: Mayukha Vadari Date: Tue, 31 May 2022 17:06:46 -0400 Subject: [PATCH] fix comment --- packages/ripple-binary-codec/src/types/blob.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ripple-binary-codec/src/types/blob.ts b/packages/ripple-binary-codec/src/types/blob.ts index 7804ff27..4d9fa693 100644 --- a/packages/ripple-binary-codec/src/types/blob.ts +++ b/packages/ripple-binary-codec/src/types/blob.ts @@ -14,7 +14,7 @@ class Blob extends SerializedType { * Defines how to read a Blob from a BinaryParser * * @param parser The binary parser to read the Blob from - * @param hint The length of the blob, computed by readVariableLength() and passed in + * @param hint The length of the blob, computed by readVariableLengthLength() and passed in * @returns A Blob object */ static fromParser(parser: BinaryParser, hint: number): Blob {