Skip to content

Commit 548047b

Browse files
CopilotChALkeR
andcommitted
Improve formatting of bech32 documentation comments
Co-authored-by: ChALkeR <291301+ChALkeR@users.noreply.github.com>
1 parent 257f5d4 commit 548047b

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,8 @@ Encode a `Uint8Array` to a base32hex string (RFC 4648)
449449

450450
### `@exodus/bytes/bech32.js`
451451

452-
Implements [BIP-0173](https://github.com/bitcoin/bips/blob/master/bip-0173.mediawiki#specification)
452+
Implements bech32 and bech32m from
453+
[BIP-0173](https://github.com/bitcoin/bips/blob/master/bip-0173.mediawiki#specification)
453454
and [BIP-0350](https://github.com/bitcoin/bips/blob/master/bip-0350.mediawiki#specification).
454455

455456
```js

bech32.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/**
2-
* Implements bech32 and bech32m from [BIP173](https://github.com/bitcoin/bips/blob/master/bip-0173.mediawiki)
2+
* Implements bech32 and bech32m from
3+
* [BIP173](https://github.com/bitcoin/bips/blob/master/bip-0173.mediawiki)
34
* and [BIP350](https://github.com/bitcoin/bips/blob/master/bip-0350.mediawiki).
45
*
56
* ```js

0 commit comments

Comments
 (0)