Skip to content

Commit

Permalink
fix: fix stringTuples example
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Dec 15, 2020
1 parent c83f1c1 commit 89966e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ class Multiaddr {
* @example
* ```js
* Multiaddr("/ip4/127.0.0.1/tcp/4001").stringTuples()
* // [ [ 4, '127.0.0.1' ], [ 6, 4001 ] ]
* // [ [ 4, '127.0.0.1' ], [ 6, '4001' ] ]
* ```
*/
stringTuples () {
Expand Down

0 comments on commit 89966e5

Please sign in to comment.