From 25b399439d7370c76585277cda0164a8206b9082 Mon Sep 17 00:00:00 2001 From: Hugo C <911307+hugocaillard@users.noreply.github.com> Date: Mon, 27 Nov 2023 14:04:01 +0100 Subject: [PATCH] refactor: update jsdoc Co-authored-by: janniks <6362150+janniks@users.noreply.github.com> --- packages/transactions/src/clarity/clarityValue.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/transactions/src/clarity/clarityValue.ts b/packages/transactions/src/clarity/clarityValue.ts index 800ed3666..1731de610 100644 --- a/packages/transactions/src/clarity/clarityValue.ts +++ b/packages/transactions/src/clarity/clarityValue.ts @@ -191,7 +191,7 @@ type ClarityTypetoValue = { }; /** - * @description narrow down the type of a generic ClarityValue + * Narrow down the type of a generic ClarityValue * @example * ```ts * // some functions can return a generic `ClarityValue` type