Skip to content

Commit

Permalink
Fixed minor error.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcoblenz committed Feb 24, 2020
1 parent b5fc75b commit d5a255e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_guide/source/tutorial/ownership4.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ If ownership is no longer desired, ``disown`` can be used to discard ownership.
}
}

*IMPORTANT*: `disown` is should be used *only* when you really want to throw something out. Above, `disown` is required because of the manual arithmetic used to manipulate `amount` inside the implementation of `Money`, but it is *not* needed in most normal code.
*IMPORTANT*: `disown` should be used *only* when you really want to throw something out. Above, `disown` is required because of the manual arithmetic used to manipulate `amount` inside the implementation of `Money`, but it is *not* needed in most normal code.

Invoking transactions
----------------------
Expand Down

0 comments on commit d5a255e

Please sign in to comment.