Skip to content

Commit

Permalink
style: format comments
Browse files Browse the repository at this point in the history
  • Loading branch information
pawel-id committed Dec 31, 2023
1 parent 49cdc93 commit 75b3f47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/bir.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function validate(data: any) {

/**
* Class Bir provides access to REGON API
*
*
* @example Create a new Bir instance
* ```js
* import Bir from 'bir1'
Expand Down 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 75b3f47

Please sign in to comment.