Skip to content

Commit

Permalink
fix: correct comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pawel-id committed Dec 31, 2023
1 parent 49cdc93 commit e3a905d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bir.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 })
Expand Down

0 comments on commit e3a905d

Please sign in to comment.