Skip to content

Commit

Permalink
Fix typo on fabric-contract-api
Browse files Browse the repository at this point in the history
Signed-off-by: kalvin <kalvin.vasconcellos@gmail.com>
  • Loading branch information
0xkalvin committed Dec 14, 2020
1 parent 6b2b671 commit 5433cbd
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 5433cbd

Please sign in to comment.