Skip to content

Commit 43defe1

Browse files
committed
Add appropriate whitespace
1 parent ef8e7c0 commit 43defe1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

chapters/classes_and_objects/cloning.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ The difference between copying an object through assignment and through this clo
4242
* repeating these steps for all sub-objects by calling the clone-function recursively.
4343

4444
Example of an assignment copy:
45+
4546
{% highlight coffeescript %}
4647
x =
4748
foo: 'bar'

0 commit comments

Comments
 (0)