Skip to content

Commit

Permalink
Fix typo on fabric-contract-api (#254)
Browse files Browse the repository at this point in the history
Signed-off-by: kalvin <kalvin.vasconcellos@gmail.com>

Co-authored-by: Matthew B White <mbwhite@users.noreply.github.com>
  • Loading branch information
0xkalvin and mbwhite authored Dec 15, 2020
1 parent 845d689 commit 3b01913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/fabric-contract-api/lib/contract.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ class Contract {
}

/**
* @return {String} returns the namepsace
* @return {String} returns the namespace
*/
getName() {
return this.name;
Expand Down

0 comments on commit 3b01913

Please sign in to comment.