Skip to content

Commit

Permalink
Fixed typo in Clonable.rst
Browse files Browse the repository at this point in the history
Changed "Therfore" to "Therefore"
  • Loading branch information
kabayan55 committed Dec 4, 2015
1 parent e0e5257 commit 4df20a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/proposals/rejected/Clonable.rst
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ When a ``Baz`` is copied by any of the “big three” operations (variable
initialization, assignment, or function argument passing), even as
part of a larger ``struct``, its ``[clone]`` member is ``clone()``\ d.
Because ``Foo`` itself has a ``[clone]`` member, that is ``clone()``\ d
also. Therfore copying a ``Baz`` object ``clone()``\ s a ``Foo`` and
also. Therefore copying a ``Baz`` object ``clone()``\ s a ``Foo`` and
``clone()``\ ing a ``Foo`` ``clone()``\ s a ``FooValue``.

All ``struct``\ s are ``Clonable`` by default, with ``clone()`` delivering
Expand Down

0 comments on commit 4df20a6

Please sign in to comment.