Skip to content

Commit

Permalink
Fixed small typo in ownership-transactions documentation (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
ishantheperson committed Mar 9, 2020
1 parent 36530a6 commit 54c8303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_guide/source/tutorial/ownership2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ After the transaction returns, the caller still holds ownership. For example:
...
}

transction callLogMoney(Money@Owned m) {
transaction callLogMoney(Money@Owned m) {
logMoney(m);
// OK; m is still an Owned reference.
}
Expand Down

0 comments on commit 54c8303

Please sign in to comment.