Skip to content

Commit 83f8c8a

Browse files
committed
Merge pull request swiftlang#139 from kabayan55/master
Fix typo in Clonable.rst
2 parents e0e5257 + 4df20a6 commit 83f8c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/proposals/rejected/Clonable.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ When a ``Baz`` is copied by any of the “big three” operations (variable
129129
initialization, assignment, or function argument passing), even as
130130
part of a larger ``struct``, its ``[clone]`` member is ``clone()``\ d.
131131
Because ``Foo`` itself has a ``[clone]`` member, that is ``clone()``\ d
132-
also. Therfore copying a ``Baz`` object ``clone()``\ s a ``Foo`` and
132+
also. Therefore copying a ``Baz`` object ``clone()``\ s a ``Foo`` and
133133
``clone()``\ ing a ``Foo`` ``clone()``\ s a ``FooValue``.
134134

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

0 commit comments

Comments
 (0)