Skip to content

Commit

Permalink
Merge PR #545 from 'falci/fix-docs'
Browse files Browse the repository at this point in the history
  • Loading branch information
pinheadmz committed Feb 4, 2021
2 parents 4c7db7f + d45d5a7 commit e270b8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/wallet/path.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class Path extends bio.Struct {
/**
* Create a path.
* @constructor
* @param {Object?} options
* @param {Object} [options]
*/

constructor(options) {
Expand Down Expand Up @@ -213,7 +213,7 @@ class Path extends bio.Struct {

/**
* Convert path object to string derivation path.
* @param {String|Network?} network - Network type.
* @param {String|Network} [network] - Network type.
* @returns {String}
*/

Expand Down Expand Up @@ -243,7 +243,7 @@ class Path extends bio.Struct {

/**
* Convert path to a json-friendly object.
* @param {String|Network?} network - Network type.
* @param {String|Network} [network] - Network type.
* @returns {Object}
*/

Expand Down

0 comments on commit e270b8c

Please sign in to comment.