Skip to content

Commit

Permalink
Fixed minor error in new capabilities documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcoblenz committed Dec 6, 2019
1 parent 1366dd6 commit 981d9d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_guide/source/tutorial/capabilities.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Suppose we have a ``Key`` contract, which can be used to open a ``Lock``:
contract Key {
int whichLock;

transaction getLockID() returns whichLock {
transaction getLockID() returns int {
return whichLock;
}
}
Expand Down

0 comments on commit 981d9d1

Please sign in to comment.