From 8b1f1e9843868d3a0f6889725bd94a33dc828d46 Mon Sep 17 00:00:00 2001 From: LHerskind Date: Mon, 14 Aug 2023 10:55:36 +0000 Subject: [PATCH] chore: expand comment --- yarn-project/foundation/src/abi/decoder.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/yarn-project/foundation/src/abi/decoder.ts b/yarn-project/foundation/src/abi/decoder.ts index 99e5a0c24c9..778e109bf51 100644 --- a/yarn-project/foundation/src/abi/decoder.ts +++ b/yarn-project/foundation/src/abi/decoder.ts @@ -62,7 +62,8 @@ class ReturnValuesDecoder { /** * Decodes all the return values for the given function ABI. - * Noir support only single return value (value can be struct). + * Noir support only single return value + * The return value can however be simple types, structs or arrays * @returns The decoded return values. */ public decode(): DecodedReturn {