From e3a905d52ab42338f8821370d61ced544e95e02b Mon Sep 17 00:00:00 2001 From: Pawel Idczak Date: Sun, 31 Dec 2023 21:59:18 +0100 Subject: [PATCH] fix: correct comment --- src/bir.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bir.ts b/src/bir.ts index bb59a2c..3baa9e2 100644 --- a/src/bir.ts +++ b/src/bir.ts @@ -100,8 +100,8 @@ export default class Bir { } /** - * Get a value (method: GetValue) - * It is used to retrieve diagnostic information. + * Get diagnostic information (method: GetValue) + * @param value value to retrieve */ async value(value: string) { const body = await template('GetValue', { value })