Skip to content

Commit

Permalink
[FABN-1154] Fix javascript doc error
Browse files Browse the repository at this point in the history
Change-Id: Ib3285346173c6f40e3d2b142211392eee34f38f8
Signed-off-by: Wenjian Qiao <[email protected]>
  • Loading branch information
wenjianqiao committed Mar 11, 2019
1 parent f67f186 commit e2fd26c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabric-client/lib/Client.js
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ const Client = class extends BaseClient {
* The TokenClient provides APIs for applications to perform token functions.
*
* @param {Channel} channel - Required. A channel object.
* @param {Peer[]/string[]} targets - Optional. One or multiple prover peers.
* @param {Peer[]|string[]} targets - Optional. One or multiple prover peers.
* @returns {TokenClient} a new instance of {@link TokenClient}.
*/
newTokenClient(channel, targets) {
Expand Down

0 comments on commit e2fd26c

Please sign in to comment.